[project] name = "pytestpavement" version = "0.1.0" authors = [{name="Markus Clauß", email = "markus.clauss@tu-dresden.de"}] description = "Analysis Pavment Test Data" requires-python = ">=3.9" classifiers = [ # Optional # How mature is this project? Common values are # 3 - Alpha # 4 - Beta # 5 - Production/Stable "Development Status :: 3 - Alpha", # Indicate who your project is intended for "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", # Pick your license as you wish "License :: OSI Approved :: MIT License", # Specify the Python versions you support here. In particular, ensure # that you indicate you support Python 3. These classifiers are *not* # checked by "pip install". See instead "python_requires" below. "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3 :: Only", ] [build-system] requires = [ "setuptools", "lmfit", "pandas", "numpy", "scipy", "matplotlib", "seaborn", "mongoengine" ] build-backend = "setuptools.build_meta" [options.packages.find] where = ["src"] namespaces = false