Newer
Older
[build-system]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "ntrfc"
description = "Numerical Test Rig for Cascades. A workflows-library for CFD analysis of cascade-flows"
authors = [
{name = "Malte Nyhuis", email = "nyhuis@tfd.uni-hannover.de"}
]
readme = "README.rst"
requires-python = ">=3.10"
license = { text = "MIT License" }
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
# i want to read the dependencies from requirements.txt
dynamic = ["dependencies"]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}