Skip to content

Commit

Permalink
Release v0.4-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhz committed Dec 2, 2019
1 parent b526b07 commit 33cbe22
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
from distutils.core import setup

with open('README.rst', 'r', 'utf-8') as f:
readme = f.read()

setup(
name = 'osdp',
packages = ['osdp'],
version = '0.3',
version = '0.4',
license='apache-2.0',
description = 'A Python control panel implementation of the Open Supervised Device Protocol (OSDP)',
long_description = readme,
author = 'Ryan Hu',
author_email = '[email protected]',
url = 'https://github.com/ryanhz/osdp-python',
download_url = 'https://github.com/ryanhz/osdp-python/archive/v0.3-alpha.tar.gz',
download_url = 'https://github.com/ryanhz/osdp-python/archive/v0.4-alpha.tar.gz',
keywords = ['OSDP', 'Open Supervised Device Protocol', 'Access Control'],
install_requires=[
'pycryptodome',
Expand Down

0 comments on commit 33cbe22

Please sign in to comment.