Skip to content

Commit feb3179

Browse files
Avoid setuptools bug by keeping a small part of the setup.cfg
1 parent 9cf6831 commit feb3179

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ license-files = [
6363
"LICENSE",
6464
]
6565

66-
[tool.setuptools.dynamic.version]
67-
attr = "pytest_asyncio.__version__"
68-
6966
[tool.setuptools_scm]
7067
write_to = "pytest_asyncio/_version.py"
7168

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
version = attr: pytest_asyncio.__version__

0 commit comments

Comments
 (0)