Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit 31343e0

Browse files
committed
Add trove classifiers for supported Python
1 parent f238682 commit 31343e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ def get_version():
4747
'License :: OSI Approved :: MIT License',
4848
'Natural Language :: English',
4949
'Operating System :: OS Independent',
50+
'Programming Language :: Python :: 2.7',
51+
'Programming Language :: Python :: 3.4',
52+
'Programming Language :: Python :: 3.5',
53+
'Programming Language :: Python :: 3.6',
54+
'Programming Language :: Python :: 3.7',
5055
'Programming Language :: Python',
5156
'Topic :: Scientific/Engineering :: Visualization',
5257
'Topic :: Software Development :: Libraries :: Python Modules'],

0 commit comments

Comments
 (0)