Skip to content

Commit

Permalink
fixup setup.py for upload
Browse files Browse the repository at this point in the history
Signed-off-by: Dima Zavin <[email protected]>
  • Loading branch information
thecynic committed Oct 10, 2016
1 parent 30a6d8e commit e78a1f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
packages=find_packages(),
classifiers = [
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: The MIT License (MIT)',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.4',
'Topic :: Home Automation',
'Topic :: Software Development :: Libraries :: Python Modules',
],
install_requires=[],
Expand Down

0 comments on commit e78a1f6

Please sign in to comment.