8000 Add license-files to pyproject.toml so we can upload to pypi · python/mypy_extensions@ea4cd5d · GitHub
[go: up one dir, main page]

Skip to content

Commit ea4cd5d

Browse files
committed
Add license-files to pyproject.toml so we can upload to pypi
1 parent 8d272bb commit ea4cd5d

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
@@ -11,6 +11,7 @@ authors = [
1111
{name = "The mypy developers", email = "jukka.lehtosalo@iki.fi"}
1212
]
1313
license = "MIT"
14+
license-files = ["LICENSE"]
1415
classifiers = [
1516
"Development Status :: 5 - Production/Stable",
1617
"Environment :: Console",

0 commit comments

Comments
 (0)
0