Skip to content

Commit

Permalink
Reuse __github__ for package url
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 8, 2018
1 parent e0603c9 commit 5c4e0f1
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 @@ -42,7 +42,7 @@ def run_tests(self):
setup(
name=about['__title__'],
version=about['__version__'],
url='https://unihan-etl.git-pull.com',
url=about['__github__'],
download_url='https://pypi.python.org/pypi/unihan-etl',
license=about['__license__'],
author=about['__author__'],
Expand Down

0 comments on commit 5c4e0f1

Please sign in to comment.