Exchanged setup.py with pyproject.toml

This commit is contained in:
2023-07-24 11:49:48 +02:00
parent 69715fd2a7
commit 9fec40521e
3 changed files with 13 additions and 26 deletions

13
pyproject.toml Normal file
View File

@ -0,0 +1,13 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "mdevaluate"
version = "23.7"
dependencies = [
"mdanalysis",
"pandas",
"dask",
"pathos",
]