Skip to content

Commit 2178dbd

Browse files
committed
Address setuptools warning
1 parent a3c675e commit 2178dbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
'Convolutional Sparse Coding', 'Optimization',
7373
'ADMM', 'PGM'],
7474
platforms = 'Any',
75-
license = 'BSD',
75+
license = 'BSD-3-Clause',
7676
url = 'https://github.com/bwohlberg/sporco',
7777
author = 'Brendt Wohlberg',
7878
author_email = 'brendt@ieee.org',
@@ -90,7 +90,6 @@
9090
'gpu': ['cupy', 'gputil', 'wurlitzer'],
9191
'optional': ['numexpr', 'mpldatacursor']},
9292
classifiers = [
93-
'License :: OSI Approved :: BSD License',
9493
'Development Status :: 4 - Beta',
9594
'Intended Audience :: Education',
9695
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)