Skip to content

Commit e205b89

Browse files
committed
setup.py: fix missing download url, use correct name
Signed-off-by: Stephen Arnold <[email protected]>
1 parent cd7c531 commit e205b89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
from distutils.command.build_ext import build_ext
99

1010

11-
__version__ = '1.0.2'
11+
__version__ = '1.0.2-1'
1212

13-
FPND_DOWNLOAD_URL = (
13+
NANOMSG_DOWNLOAD_URL = (
1414
'https://github.com/freepn/nanomsg-python/tarball/' + __version__
1515
)
1616

@@ -79,6 +79,7 @@
7979
author='Tony Simpson',
8080
author_email='[email protected]',
8181
url='https://github.com/tonysimpson/nanomsg-python',
82+
download_url=NANOMSG_DOWNLOAD_URL,
8283
keywords=['nanomsg', 'driver'],
8384
license='MIT',
8485
test_suite="tests",

0 commit comments

Comments
 (0)