Browse Source

Bumped version, added compatibility listing for Python 3.

pyserial_fix
Scott Petersen 8 years ago
parent
commit
277d60dd6e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      setup.py

+ 2
- 1
setup.py View File

@@ -14,7 +14,7 @@ if sys.version_info < (3,):
extra_requirements.append('future==0.14.3') extra_requirements.append('future==0.14.3')


setup(name='alarmdecoder', setup(name='alarmdecoder',
version='0.11.0',
version='0.12.0',
description='Python interface for the AlarmDecoder (AD2) family ' description='Python interface for the AlarmDecoder (AD2) family '
'of alarm devices which includes the AD2USB, AD2SERIAL and AD2PI.', 'of alarm devices which includes the AD2USB, AD2SERIAL and AD2PI.',
long_description=readme(), long_description=readme(),
@@ -22,6 +22,7 @@ setup(name='alarmdecoder',
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Communications', 'Topic :: Communications',
'Topic :: Home Automation', 'Topic :: Home Automation',


Loading…
Cancel
Save