We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d7987 commit f8856c0Copy full SHA for f8856c0
pyproject.toml
@@ -5,11 +5,11 @@ description = "Example Python project using best practices"
5
authors = [
6
{ name = "John Hagen", email = "[email protected]" }]
7
license = "MIT"
8
+license-files = ["LICENSE*"]
9
readme = "README.md"
10
classifiers = [
11
"Development Status :: 5 - Production/Stable",
12
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
13
"Operating System :: OS Independent",
14
"Programming Language :: Python",
15
"Programming Language :: Python :: 3",
0 commit comments