We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef6eda commit 8aa1e23Copy full SHA for 8aa1e23
pyiron_dataclasses/__init__.py
@@ -1,5 +1,3 @@
1
-# Internal init
2
from ._version import get_versions
3
4
-# Set version of pyiron_base
5
__version__ = get_versions()["version"]
pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = []
+requires = ["versioneer[toml]==0.29"]
build-backend = "setuptools.build_meta"
[project]
0 commit comments