Skip to content

Commit 4016aff

Browse files
Add license classifier back to pyproject.toml (#19599)
Co-authored-by: Alex Waygood <[email protected]>
1 parent 2413483 commit 4016aff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Development Status :: 5 - Production/Stable",
2424
"Environment :: Console",
2525
"Intended Audience :: Developers",
26+
"License :: OSI Approved :: MIT License", # for compatibility with tooling such as pip-licenses
2627
"Operating System :: OS Independent",
2728
"Programming Language :: Python",
2829
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)