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 9cf6831 commit feb3179Copy full SHA for feb3179
pyproject.toml
@@ -63,9 +63,6 @@ license-files = [
63
"LICENSE",
64
]
65
66
-[tool.setuptools.dynamic.version]
67
-attr = "pytest_asyncio.__version__"
68
-
69
[tool.setuptools_scm]
70
write_to = "pytest_asyncio/_version.py"
71
setup.cfg
@@ -0,0 +1,2 @@
1
+[metadata]
2
+version = attr: pytest_asyncio.__version__
0 commit comments