Skip to content

Commit f7d6675

Browse files
committed
add download link
1 parent 4ace886 commit f7d6675

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
setup(
1212
name='Chinese RFID Access Control Library',
1313
version='0.0.1',
14-
description='A library for interfacing with the cheapest and most common Chinese RFID Access Control System.',
14+
description='A library for interfacing with one of the most common RFID Access Control System sold in China.',
1515
long_description=readme,
1616
author='Paul Brown',
1717
author_email='paul90brown@gmail.com',
1818
url='https://github.com/pawl/Chinese-RFID-Access-Control-Library',
1919
license=license,
20+
download_url = ['https://github.com/pawl/Chinese-RFID-Access-Control-Library/tarball/master#egg=package-0.0.1'],
2021
keywords = ['rfid', 'access control'],
2122
py_modules = ['rfid']
2223
)

0 commit comments

Comments
 (0)