fault/fm-rest-api/fm/setup.cfg

51 lines
1.0 KiB
INI

[metadata]
name = fm
version = 1.0.0
summary = CGTS Fault Management API service
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 :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
fm
[entry_points]
console_scripts =
fm-api = fm.cmd.api:main
fm-dbsync = fm.cmd.dbsync:main
fm.database.migration_backend =
sqlalchemy = oslo_db.sqlalchemy.migration
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = fm/locale/fm.pot
[wheel]
universal = 1