mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-02-07 16:20:51 +00:00
21 lines
593 B
INI
21 lines
593 B
INI
[metadata]
|
|
name = openapi_server
|
|
version = 1.0.0
|
|
description = This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
|
|
long_description = file: README.md
|
|
keywords = OpenAPI OpenAPI Petstore
|
|
python_requires = >= 3.10.*
|
|
classifiers =
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.10
|
|
|
|
[options]
|
|
install_requires = fastapi[all]
|
|
setup_requires = setuptools
|
|
package_dir = =src
|
|
packages = find_namespace:
|
|
|
|
[options.packages.find]
|
|
where = src
|