|
| 1 | +[build-system] |
| 2 | +requires = ["setuptools>=61.0", "wheel"] |
| 3 | +build-backend = "setuptools.build_meta" |
| 4 | + |
| 5 | +[project] |
| 6 | +name = "fluidity" |
| 7 | +version = "0.2" |
| 8 | +description = "Fluidity python files" |
| 9 | +requires-python = ">=3.8" |
| 10 | +authors = [ |
| 11 | + {name = "Patrick Farrell"}, |
| 12 | + {name = "Stephan Kramer"} |
| 13 | +] |
| 14 | +maintainers = [ |
| 15 | + {name = "Ben Fulton"}, |
| 16 | +] |
| 17 | +license = {text = "See LICENSE file"} |
| 18 | +classifiers = [ |
| 19 | + "Development Status :: 5 - Production", |
| 20 | + "Intended Audience :: Science/Research", |
| 21 | + "License :: Other/Proprietary License", |
| 22 | + "Operating System :: OS Independent", |
| 23 | + "Programming Language :: Python :: 3", |
| 24 | + "Programming Language :: Python :: 3.8", |
| 25 | + "Programming Language :: Python :: 3.9", |
| 26 | + "Programming Language :: Python :: 3.10", |
| 27 | + "Programming Language :: Python :: 3.11", |
| 28 | + "Programming Language :: Python :: 3.12", |
| 29 | + "Topic :: Scientific/Engineering", |
| 30 | +] |
| 31 | + |
| 32 | +[project.urls] |
| 33 | +Homepage = "https://fluidity-project.org" |
| 34 | +Documentation = "https://figshare.com/articles/journal_contribution/Fluidity_Manual/1387713?file=2031637" |
| 35 | +Repository = "https://github.com/FluidityProject/fluidity" |
| 36 | +Issues = "https://github.com/FluidityProject/fluidity/issues" |
| 37 | + |
| 38 | +[tool.setuptools] |
| 39 | +packages = ["fluidity", "fluidity.diagnostics"] |
| 40 | +py-modules = ["fluidity_tools", "vtktools"] |
| 41 | + |
| 42 | +[tool.setuptools.package-dir] |
| 43 | +fluidity = "fluidity" |
0 commit comments