added setup and toml file; first preliminary script; moved templates
This commit is contained in:
24
pyproject.toml
Normal file
24
pyproject.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=80.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "polyamorphism_optimization"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
dependencies = [
|
||||
"pip>=25",
|
||||
"wheel>=0.45",
|
||||
"numpy>=2.3",
|
||||
"scipy>=1.16",
|
||||
"pandas>=2.3",
|
||||
"mdevaluate @ git+ssh://git@gitea.pkm.physik.tu-darmstadt.de/IPKM/mdevaluate.git@feature/compatibility_robin",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
po_setup_sim = "polyamorphism_optimization.setup_sim:main"
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
polyamorphism_optimization = ["templates/*"]
|
||||
|
Reference in New Issue
Block a user