-
Notifications
You must be signed in to change notification settings - Fork 149
/
setup.cfg
18 lines (18 loc) · 925 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[metadata]
# Not everything is in in pyproject.toml because of this issue:
; Traceback (most recent call last):
; File "/tmp/build-env-rud8b5r6/lib/python3.12/site-packages/setuptools/config/expand.py", line 69, in __getattr__
; return next(
; ^^^^^
;StopIteration
;
;The above exception was the direct cause of the following exception:
;
;Traceback (most recent call last):
; File "/tmp/build-env-rud8b5r6/lib/python3.12/site-packages/setuptools/config/expand.py", line 183, in read_attr
; return getattr(StaticModule(module_name, spec), attr_name)
; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
; File "/tmp/build-env-rud8b5r6/lib/python3.12/site-packages/setuptools/config/expand.py", line 75, in __getattr__
; raise AttributeError(f"{self.name} has no attribute {attr}") from e
;AttributeError: pytest_asyncio has no attribute __version__
version = attr: pytest_asyncio.__version__