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 51d13d7 commit 5a8fb2dCopy full SHA for 5a8fb2d
setup.py
@@ -39,8 +39,8 @@ def run_tests(self):
39
setup(
40
name=about['__title__'],
41
version=about['__version__'],
42
- url='http://github.com/tmux-python/tmuxp/',
43
- download_url='https://pypi.python.org/pypi/tmuxp',
+ url=about['__github__'],
+ download_url=about['__pypi__'],
44
license=about['__license__'],
45
author=about['__author__'],
46
author_email=about['__email__'],
0 commit comments