committed by
GitHub
7 changed files with 51 additions and 32 deletions
@ -8,17 +8,17 @@ author = "Sebastián Ramírez" |
|||||
author-email = "[email protected]" |
author-email = "[email protected]" |
||||
home-page = "https://github.com/tiangolo/fastapi" |
home-page = "https://github.com/tiangolo/fastapi" |
||||
classifiers = [ |
classifiers = [ |
||||
'Intended Audience :: Information Technology', |
"Intended Audience :: Information Technology", |
||||
'Intended Audience :: System Administrators', |
"Intended Audience :: System Administrators", |
||||
'Operating System :: OS Independent', |
"Operating System :: OS Independent", |
||||
'Programming Language :: Python :: 3', |
"Programming Language :: Python :: 3", |
||||
'Programming Language :: Python', |
"Programming Language :: Python", |
||||
'Topic :: Internet', |
"Topic :: Internet", |
||||
'Topic :: Software Development :: Libraries :: Application Frameworks', |
"Topic :: Software Development :: Libraries :: Application Frameworks", |
||||
'Topic :: Software Development :: Libraries :: Python Modules', |
"Topic :: Software Development :: Libraries :: Python Modules", |
||||
'Topic :: Software Development :: Libraries', |
"Topic :: Software Development :: Libraries", |
||||
'Topic :: Software Development', |
"Topic :: Software Development", |
||||
'Typing :: Typed', |
"Typing :: Typed", |
||||
"Development Status :: 4 - Beta", |
"Development Status :: 4 - Beta", |
||||
"Environment :: Web Environment", |
"Environment :: Web Environment", |
||||
"Framework :: AsyncIO", |
"Framework :: AsyncIO", |
||||
|
Loading…
Reference in new issue