Skip to content

Commit

Permalink
MAINT: Use SPDX license expression in project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
RazerM authored and Frazer McLean committed Oct 28, 2022
1 parent 68b1e14 commit 033503c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def setup_package():
"Documentation": get_docs_url(),
"Source Code": "https://github.com/numpy/numpy",
},
license='BSD',
license='BSD-3-Clause',
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
platforms=["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],
test_suite='pytest',
Expand Down

0 comments on commit 033503c

Please sign in to comment.