Skip to content

Commit 0dc8e0f

Browse files
committed
Changed trove classifiers from BSD to MIT (like the README indicates.)
1 parent fdf36a6 commit 0dc8e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def find_package_data(
126126
# (PROJECT, VERSION),
127127

128128
classifiers = [ 'Development Status :: 5 - Production/Stable',
129-
'License :: OSI Approved :: BSD License',
129+
'License :: OSI Approved :: MIT License',
130130
'Programming Language :: Python',
131131
'Programming Language :: Python :: 2',
132132
'Programming Language :: Python :: 2.6',

0 commit comments

Comments
 (0)