Skip to content

Commit 2d08395

Browse files
committed
Add __github__ and __pypy__ to setup
1 parent 11be4b7 commit 2d08395

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
@@ -43,8 +43,8 @@ def run_tests(self):
4343
setup(
4444
name=about['__title__'],
4545
version=about['__version__'],
46-
url='http://github.com/tmux-python/libtmux/',
47-
download_url='https://pypi.python.org/pypi/libtmux',
46+
url=about['__github__'],
47+
download_url=about['__pypi__'],
4848
license=about['__license__'],
4949
author=about['__author__'],
5050
author_email=about['__email__'],

0 commit comments

Comments
 (0)