diff --git a/setup.py b/setup.py index 7b5b808..47bab1a 100644 --- a/setup.py +++ b/setup.py @@ -8,9 +8,9 @@ from distutils.command.build_ext import build_ext -__version__ = '1.0.2' +__version__ = '1.0.2-1' -FPND_DOWNLOAD_URL = ( +NANOMSG_DOWNLOAD_URL = ( 'https://github.com/freepn/nanomsg-python/tarball/' + __version__ ) @@ -79,6 +79,7 @@ author='Tony Simpson', author_email='agjasimpson@gmail.com', url='https://github.com/tonysimpson/nanomsg-python', + download_url=NANOMSG_DOWNLOAD_URL, keywords=['nanomsg', 'driver'], license='MIT', test_suite="tests",