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.
1 parent 493ce5b commit f8771b7Copy full SHA for f8771b7
pyproject.toml
@@ -8,14 +8,13 @@ requires-python = ">=3.9"
8
version = "0.1.0"
9
description = "Module Description"
10
readme = "README.md"
11
-license = { file = "LICENSE" }
+license = "MIT"
12
authors = [
13
{ email = "yourname@email.invalid", name = "[YOUR NAME]" },
14
]
15
maintainers = []
16
keywords = []
17
classifiers = [
18
- "License :: OSI Approved :: MIT License",
19
"Programming Language :: Python :: 3",
20
"Programming Language :: Python :: 3 :: Only",
21
"Programming Language :: Python :: Implementation :: CPython",
0 commit comments