Skip to content

Commit 71ea5cd

Browse files
authored
Add license trove classifier
1 parent 1c7b926 commit 71ea5cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
platforms='Cross platform (Linux, Mac OSX, Windows)',
1111
license="BSD",
1212
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
13-
classifiers=['Development Status :: 4 - Beta',
13+
classifiers=['License :: OSI Approved :: BSD License',
14+
'Development Status :: 4 - Beta',
1415
'Programming Language :: Python :: 2',
1516
'Programming Language :: Python :: 2.7',
1617
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)