Skip to content

Commit d296d27

Browse files
committed
Add a dedicated license field
1 parent 7ae3485 commit d296d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ description = "Fast numerical expression evaluator for NumPy"
1515
readme = "README.rst"
1616
authors = [{name = "David M. Cooke, Francesc Alted, and others", email = "[email protected]"}]
1717
maintainers = [{ name = "Blosc Development Team", email = "[email protected]"}]
18+
license = "MIT"
1819
classifiers = [
1920
"Development Status :: 6 - Mature",
2021
"Intended Audience :: Developers",
2122
"Intended Audience :: Information Technology",
2223
"Intended Audience :: Science/Research",
23-
"License :: OSI Approved :: MIT License",
2424
"Programming Language :: Python",
2525
"Topic :: Software Development :: Libraries :: Python Modules",
2626
"Operating System :: Microsoft :: Windows",

0 commit comments

Comments
 (0)