Metadata-Version: 2.1
Name: simple-build-system
Version: 0.0.2
Summary: A very simple to use build system for projects with primarily C++/Python code, intended for usage by scientific developers without a strong SW-engineering background.
Author-email: Thomas Kittelmann <thomas.kittelmann@ess.eu>
Project-URL: Homepage, https://github.com/mctools/simplebuild
Project-URL: Bug Tracker, https://github.com/mctools/simplebuild/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Unix
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pybind11 >=2.10.4
Requires-Dist: cmake >=3.24.2
Requires-Dist: tomli ; python_version < "3.11"

# simplebuild
A very simple to use build system for projects with primarily C++/Python code, intended for usage by scientific developers without a strong SW-engineering background.
