Skip to content

Commit eba6dcd

Browse files
authored
Merge pull request #58 from johnthagen/patch-1
Add license trove classifier
2 parents 7821735 + 71ea5cd commit eba6dcd

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)