Skip to content

Commit

Permalink
Add new classifiers for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
potocpav committed Nov 23, 2019
1 parent 7936579 commit 05de144
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',

"License :: OSI Approved :: MIT License",

"Operating System :: OS Independent",

"Intended Audience :: Developers",
Expand Down

0 comments on commit 05de144

Please sign in to comment.