File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 33setup (
44 name = 'osdp' ,
55 packages = ['osdp' ],
6- version = '0.5 ' ,
6+ version = '1.0 ' ,
77 license = 'apache-2.0' ,
88 description = 'A Python control panel implementation of the Open Supervised Device Protocol (OSDP)' ,
99 long_description = open ('README.rst' ).read (),
1010 author = 'Ryan Hu' ,
1111 author_email = 'huzhiren@gmail.com' ,
1212 url = 'https://github.com/ryanhz/osdp-python' ,
13- download_url = 'https://github.com/ryanhz/osdp-python/archive/v0.5-alpha .tar.gz' ,
13+ download_url = 'https://github.com/ryanhz/osdp-python/archive/v1.0 .tar.gz' ,
1414 keywords = ['OSDP' , 'Open Supervised Device Protocol' , 'Access Control' ],
1515 install_requires = [
1616 'pycryptodome' ,
1717 'pyserial >= 3.4' ,
1818 ],
1919 classifiers = [
20- 'Development Status :: 3 - Alpha' ,
2120 'Intended Audience :: Developers' ,
2221 'License :: OSI Approved :: Apache Software License' ,
2322 'Topic :: Communications' ,
You can’t perform that action at this time.
0 commit comments