Skip to content

Commit

Permalink
Use SPDX license identifier (#16230)
Browse files Browse the repository at this point in the history
It does not change the license itself, only its identifier in
`setup.py`, so external tools can read it better.

Full list: https://spdx.org/licenses/
Closes #16228
  • Loading branch information
sobolevn authored Oct 8, 2023
1 parent d54e8b3 commit 3c7bdb2
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 @@ -202,7 +202,7 @@ def run(self):
author="Jukka Lehtosalo",
author_email="jukka.lehtosalo@iki.fi",
url="https://www.mypy-lang.org/",
license="MIT License",
license="MIT",
py_modules=[],
ext_modules=ext_modules,
packages=find_packages(),
Expand Down

0 comments on commit 3c7bdb2

Please sign in to comment.