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 c589c92 commit d97a1cfCopy full SHA for d97a1cf
pyproject.toml
@@ -11,14 +11,15 @@ requires-python = ">=3.8"
11
authors = [
12
{ name = "Sebastián Ramírez", email = "tiangolo@gmail.com" },
13
]
14
+license = "MIT"
15
+license-files = ["LICENSE"]
16
17
classifiers = [
18
"Development Status :: 4 - Beta",
19
"Framework :: AsyncIO",
20
"Intended Audience :: Developers",
21
"Intended Audience :: Science/Research",
22
"Intended Audience :: System Administrators",
- "License :: OSI Approved :: MIT License",
23
"Programming Language :: Python :: 3 :: Only",
24
"Programming Language :: Python :: 3.8",
25
"Programming Language :: Python :: 3.9",
0 commit comments