File tree 2 files changed +18
-3
lines changed 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,6 @@ license-files = [
63
63
" LICENSE" ,
64
64
]
65
65
66
- [tool .setuptools .dynamic .version ]
67
- attr = " pytest_asyncio.__version__"
68
-
69
66
[tool .setuptools_scm ]
70
67
write_to = " pytest_asyncio/_version.py"
71
68
Original file line number Diff line number Diff line change
1
+ [metadata]
2
+ # Not everything is in in pyproject.toml because of this issue:
3
+ ; Traceback (most recent call last):
4
+ ; File "/tmp/build-env-rud8b5r6/lib/python3.12/site-packages/setuptools/config/expand.py", line 69, in __getattr__
5
+ ; return next(
6
+ ; ^^^^^
7
+ ; StopIteration
8
+ ;
9
+ ; The above exception was the direct cause of the following exception:
10
+ ;
11
+ ; Traceback (most recent call last):
12
+ ; File "/tmp/build-env-rud8b5r6/lib/python3.12/site-packages/setuptools/config/expand.py", line 183, in read_attr
13
+ ; return getattr(StaticModule(module_name, spec), attr_name)
14
+ ; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15
+ ; File "/tmp/build-env-rud8b5r6/lib/python3.12/site-packages/setuptools/config/expand.py", line 75, in __getattr__
16
+ ; raise AttributeError(f"{self.name} has no attribute {attr}") from e
17
+ ; AttributeError: pytest_asyncio has no attribute __version__
18
+ version = attr: pytest_asyncio.__version__
You can’t perform that action at this time.
0 commit comments