We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fce86 commit 42c47f0Copy full SHA for 42c47f0
pyproject.toml
@@ -7,14 +7,13 @@ name = "module-name"
7
requires-python = ">=3.10,<3.15"
8
description = "Module Description"
9
readme = "README.md"
10
-license = { file = "LICENSE" }
+license = "MIT"
11
authors = [
12
{ email = "yourname@email.invalid", name = "[YOUR NAME]" },
13
]
14
maintainers = []
15
keywords = []
16
classifiers = [
17
- "License :: OSI Approved :: MIT License",
18
"Programming Language :: Python :: 3",
19
"Programming Language :: Python :: 3 :: Only",
20
"Programming Language :: Python :: Implementation :: CPython",
0 commit comments