Skip to content

Commit

Permalink
Release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhz committed Mar 6, 2020
1 parent 66433e0 commit 55afb23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@
setup(
name = 'osdp',
packages = ['osdp'],
version = '0.5',
version = '1.0',
license='apache-2.0',
description = 'A Python control panel implementation of the Open Supervised Device Protocol (OSDP)',
long_description = open('README.rst').read(),
author = 'Ryan Hu',
author_email = '[email protected]',
url = 'https://github.com/ryanhz/osdp-python',
download_url = 'https://github.com/ryanhz/osdp-python/archive/v0.5-alpha.tar.gz',
download_url = 'https://github.com/ryanhz/osdp-python/archive/v1.0.tar.gz',
keywords = ['OSDP', 'Open Supervised Device Protocol', 'Access Control'],
install_requires=[
'pycryptodome',
'pyserial >= 3.4',
],
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Topic :: Communications',
Expand Down

0 comments on commit 55afb23

Please sign in to comment.