We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11be4b7 commit 2d08395Copy full SHA for 2d08395
setup.py
@@ -43,8 +43,8 @@ def run_tests(self):
43
setup(
44
name=about['__title__'],
45
version=about['__version__'],
46
- url='http://github.com/tmux-python/libtmux/',
47
- download_url='https://pypi.python.org/pypi/libtmux',
+ url=about['__github__'],
+ download_url=about['__pypi__'],
48
license=about['__license__'],
49
author=about['__author__'],
50
author_email=about['__email__'],
0 commit comments