Skip to content

Commit

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

Full list: https://spdx.org/licenses/
Closes #16228
  • Loading branch information
sobolevn committed Oct 6, 2023
1 parent 10dfafe commit dbcbe55
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 dbcbe55

Please sign in to comment.