codegenerator/setup.cfg
Artem Goncharov 2e45767a49 Enable generation of manila openapi
- Add Manila stub
- Add support for newer decorators with response info
- add new jobs for building spec

Change-Id: I3aa578af4ca50297ad0f3860f69e33df59ac6f22
2024-06-17 18:44:37 +02:00

58 lines
1.3 KiB
INI

[metadata]
name = openstack-codegenerator
summary = Generator for OpenStack stuff
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/openstacksdk/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
python_requires = >=3.10
[files]
packages =
codegenerator
[entry_points]
console_scripts =
openstack-codegenerator = codegenerator.cli:main
[extras]
block-storage =
cinder>=23.0
compute =
nova>=28.0
identity =
keystone>=23.0
image =
glance>=27.0
load-balancing =
octavia>=11.0
network =
neutron>=23.1
neutron-vpnaas>=23.0
placement =
openstack-placement>=10.0
shared-file-system =
manila>=18.0
[mypy]
show_column_numbers = true
show_error_context = true
ignore_missing_imports = true
# follow_imports = normal
follow_imports = skip
incremental = true
check_untyped_defs = true
warn_unused_ignores = true