mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 01:56:27 +02:00
17 lines
No EOL
303 B
TOML
17 lines
No EOL
303 B
TOML
[project]
|
|
name = "esds"
|
|
dynamic = ["version"]
|
|
dependencies = ["numpy","pyyaml"]
|
|
|
|
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools]
|
|
packages = ["esds"]
|
|
|
|
[tool.setuptools.dynamic]
|
|
version = {attr = "esds.__version__"}
|
|
|
|
[project.scripts]
|
|
esds = "esds:main" |