Skip to content

Commit

Permalink
setup.py: fix missing download url, use correct name
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Arnold <[email protected]>
  • Loading branch information
sarnold committed Jan 12, 2020
1 parent cd7c531 commit e205b89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__
)

Expand Down Expand Up @@ -79,6 +79,7 @@
author='Tony Simpson',
author_email='[email protected]',
url='https://github.com/tonysimpson/nanomsg-python',
download_url=NANOMSG_DOWNLOAD_URL,
keywords=['nanomsg', 'driver'],
license='MIT',
test_suite="tests",
Expand Down

0 comments on commit e205b89

Please sign in to comment.