Skip to content

Commit 3c7bdb2

Browse files
authored
Use SPDX license identifier (#16230)
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
1 parent d54e8b3 commit 3c7bdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def run(self):
202202
author="Jukka Lehtosalo",
203203
author_email="[email protected]",
204204
url="https://www.mypy-lang.org/",
205-
license="MIT License",
205+
license="MIT",
206206
py_modules=[],
207207
ext_modules=ext_modules,
208208
packages=find_packages(),

0 commit comments

Comments
 (0)