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 dc22925 commit 5026779Copy full SHA for 5026779
setup.py
@@ -36,8 +36,8 @@ def read_version():
36
long_description="\n\n".join((Path("README.rst").read_text(),
37
Path("CHANGES.rst").read_text())),
38
classifiers=classifiers,
39
- url="https://github.com/aio-libs/aiohttp_admin",
40
- download_url="https://github.com/aio-libs/aiohttp_admin",
+ url="https://github.com/aio-libs/aiohttp-admin",
+ download_url="https://github.com/aio-libs/aiohttp-admin",
41
license="Apache 2",
42
packages=find_packages(),
43
install_requires=("aiohttp>=3.8.2", "aiohttp_security", "aiohttp_session",
0 commit comments