We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ace886 commit f7d6675Copy full SHA for f7d6675
setup.py
@@ -11,12 +11,13 @@
11
setup(
12
name='Chinese RFID Access Control Library',
13
version='0.0.1',
14
- description='A library for interfacing with the cheapest and most common Chinese RFID Access Control System.',
+ description='A library for interfacing with one of the most common RFID Access Control System sold in China.',
15
long_description=readme,
16
author='Paul Brown',
17
author_email='paul90brown@gmail.com',
18
url='https://github.com/pawl/Chinese-RFID-Access-Control-Library',
19
license=license,
20
+ download_url = ['https://github.com/pawl/Chinese-RFID-Access-Control-Library/tarball/master#egg=package-0.0.1'],
21
keywords = ['rfid', 'access control'],
22
py_modules = ['rfid']
23
)
0 commit comments