Skip to content

Commit 5a8fb2d

Browse files
committed
Add metadata to setup.py
1 parent 51d13d7 commit 5a8fb2d

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
@@ -39,8 +39,8 @@ def run_tests(self):
3939
setup(
4040
name=about['__title__'],
4141
version=about['__version__'],
42-
url='http://github.com/tmux-python/tmuxp/',
43-
download_url='https://pypi.python.org/pypi/tmuxp',
42+
url=about['__github__'],
43+
download_url=about['__pypi__'],
4444
license=about['__license__'],
4545
author=about['__author__'],
4646
author_email=about['__email__'],

0 commit comments

Comments
 (0)