We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pyproject.toml
1 parent 795064a commit 98b1311Copy full SHA for 98b1311
pyproject.toml
@@ -18,6 +18,7 @@ authors = [
18
{ name = "Alex Hall", email = "[email protected]" },
19
]
20
license = "MIT"
21
+license-files = ["LICENSE"]
22
readme = "README.md"
23
classifiers = [
24
"Development Status :: 5 - Production/Stable",
@@ -32,7 +33,6 @@ classifiers = [
32
33
"Intended Audience :: Developers",
34
"Intended Audience :: Information Technology",
35
"Intended Audience :: System Administrators",
- "License :: OSI Approved :: MIT License",
36
"Operating System :: Unix",
37
"Operating System :: POSIX :: Linux",
38
"Environment :: Console",
0 commit comments