Gleb Chipiga
Gleb Chipiga
Support for asyncpg will be very handy
In order to use it in a project that already uses aiopg for various reasons.
`setup.py` gives no such warning. I only get it when using `build`. ```python from setuptools import setup ``` Run command: ```bash setup.py sdist bdist_wheel ```
`pip wheel .` worked without warning.
Python 3.9.9 build==0.7.0 setuptools==60.5.0 pip==21.3.1 wheel==0.37.1
There is indeed a warning. I didn't notice it. Sorry.