Skip to content

Commit

Permalink
Use __pypi__ in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 8, 2018
1 parent ce2122e commit f776ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run_tests(self):
name=about['__title__'],
version=about['__version__'],
url=about['__github__'],
download_url='https://pypi.python.org/pypi/unihan-etl',
download_url=about['__pypi__'],
license=about['__license__'],
author=about['__author__'],
author_email=about['__email__'],
Expand Down

0 comments on commit f776ec7

Please sign in to comment.