Skip to content

Commit 5026779

Browse files
Update setup.py
1 parent dc22925 commit 5026779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def read_version():
3636
long_description="\n\n".join((Path("README.rst").read_text(),
3737
Path("CHANGES.rst").read_text())),
3838
classifiers=classifiers,
39-
url="https://github.com/aio-libs/aiohttp_admin",
40-
download_url="https://github.com/aio-libs/aiohttp_admin",
39+
url="https://github.com/aio-libs/aiohttp-admin",
40+
download_url="https://github.com/aio-libs/aiohttp-admin",
4141
license="Apache 2",
4242
packages=find_packages(),
4343
install_requires=("aiohttp>=3.8.2", "aiohttp_security", "aiohttp_session",

0 commit comments

Comments
 (0)