Skip to content

Commit

Permalink
chore: update classifiers in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smlng committed May 3, 2020
1 parent f6c451d commit 83a3bf2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ def readme():
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3 :: Only'
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
],
keywords='cayenne lpp iot lora lorawan ttn',
url='http://github.com/smlng/pycayennelpp',
Expand Down

0 comments on commit 83a3bf2

Please sign in to comment.