Skip to content

Commit

Permalink
fix url in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolai-dr committed Sep 19, 2016
1 parent f37a585 commit 4c32da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def read_version():
platforms=['POSIX'],
author="Nikolay Novik",
author_email="[email protected]",
url='https://github.com/jettify/aiohttp_admin',
download_url='https://github.com/jettify/aiohttp_admin',
url='https://github.com/aio-libs/aiohttp_admin',
download_url='https://github.com/aio-libs/aiohttp_admin',
license='Apache 2',
packages=find_packages(),
install_requires=install_requires,
Expand Down

0 comments on commit 4c32da6

Please sign in to comment.