We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c675e commit 2178dbdCopy full SHA for 2178dbd
setup.py
@@ -72,7 +72,7 @@
72
'Convolutional Sparse Coding', 'Optimization',
73
'ADMM', 'PGM'],
74
platforms = 'Any',
75
- license = 'BSD',
+ license = 'BSD-3-Clause',
76
url = 'https://github.com/bwohlberg/sporco',
77
author = 'Brendt Wohlberg',
78
author_email = 'brendt@ieee.org',
@@ -90,7 +90,6 @@
90
'gpu': ['cupy', 'gputil', 'wurlitzer'],
91
'optional': ['numexpr', 'mpldatacursor']},
92
classifiers = [
93
- 'License :: OSI Approved :: BSD License',
94
'Development Status :: 4 - Beta',
95
'Intended Audience :: Education',
96
'Intended Audience :: Science/Research',
0 commit comments