lvdongbing 7a2c17cab7 Fix pep8 issues and update requirements
Change-Id: I4a08875468f60fdabeb5934f50deed4453474e7c
2017-06-22 16:34:53 +08:00

54 lines
1.2 KiB
INI

[metadata]
name = python-bileanclient
summary = OpenStack Billing API Client Library
description-file = README.rst
author = OpenStack
author-email = dongbing.lv@kylin-cloud.com
home-page = http://www.openstack.org/
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
[files]
packages = bileanclient
[entry_points]
console_scripts =
bilean = bileanclient.shell:main
[pbr]
autodoc_index_modules = True
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = bileanclient/locale
domain = bileanclient
[update_catalog]
domain = bileanclient
output_dir = bileanclient/locale
input_file = bileanclient/locale/bileanclient.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = bileanclient/locale/bileanclient.pot
[wheel]
universal = 1