Skip to content

Commit 3b8bae2

Browse files
committed
fix setup.py download_url
1 parent 9f6987b commit 3b8bae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author_email='paul90brown@gmail.com',
1818
url='https://github.com/pawl/Chinese-RFID-Access-Control-Library',
1919
license='MIT',
20-
download_url=['https://github.com/pawl/Chinese-RFID-Access-Control-Library/tarball/master#egg=package-0.1.0'],
20+
download_url='https://pypi.python.org/pypi/Chinese-RFID-Access-Control-Library',
2121
keywords=['rfid', 'access control'],
2222
py_modules=['rfid'],
2323
test_suite="tests",

0 commit comments

Comments
 (0)