mirror of https://github.com/tiangolo/fastapi.git
🔧 Add FastAPI Trove Classifier for PyPI (#4386)
This commit is contained in:
parent
0a82b3a900
commit
a1ede32f29
|
|
@ -22,6 +22,7 @@ classifiers = [
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
"Environment :: Web Environment",
|
"Environment :: Web Environment",
|
||||||
"Framework :: AsyncIO",
|
"Framework :: AsyncIO",
|
||||||
|
"Framework :: FastAPI",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Programming Language :: Python :: 3 :: Only",
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue