mirror of
https://gitlab.com/manzerbredes/clusterman.git
synced 2025-04-07 19:03:13 +00:00
Minor changes
This commit is contained in:
parent
25b9dd8e40
commit
901267c54e
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ readme = "README.md"
|
||||||
requires = ["setuptools"]
|
requires = ["setuptools"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools.packages.find]
|
||||||
packages = ["clusterman"]
|
exclude = ["env*"]
|
||||||
|
|
||||||
[tool.setuptools.dynamic]
|
[tool.setuptools.dynamic]
|
||||||
version = {attr = "clusterman.__version__"}
|
version = {attr = "clusterman.__version__"}
|
||||||
|
|
Loading…
Add table
Reference in a new issue