Skip to content

Commit 2cd0094

Browse files
authored
change in setup.py from BSD to MIT to match LICENSE file (#467)
1 parent daf54e7 commit 2cd0094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def run(self):
102102
'Development Status :: 5 - Production/Stable',
103103
'Framework :: Pytest',
104104
'Intended Audience :: Developers',
105-
'License :: OSI Approved :: BSD License',
105+
'License :: OSI Approved :: MIT License',
106106
'Operating System :: Microsoft :: Windows',
107107
'Operating System :: POSIX',
108108
'Operating System :: Unix',

0 commit comments

Comments
 (0)