mirror of
https://gitlab.com/datalifeit/python-retrofix
synced 2023-12-14 06:13:03 +01:00
setup.py - Download url pypi retrofix
This commit is contained in:
parent
5924a70183
commit
7d8d61b572
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -37,7 +37,7 @@ setup(name=PACKAGE,
|
|||
author='NaN·tic',
|
||||
author_email='info@nan-tic.com',
|
||||
url=WEBSITE,
|
||||
download_url='http://www.nan-tic.com/' + VERSION.rsplit('.', 1)[0] + '/',
|
||||
download_url='https://pypi.python.org/pypi/retrofix/' + VERSION,
|
||||
packages=find_packages(),
|
||||
package_data={
|
||||
'retrofix.tests': ['c19.txt', 'c32.txt', 'c34.txt', 'c43.txt',
|
||||
|
|
Loading…
Reference in a new issue