Files
python-muranoclient/setup.cfg
Kirill Zaitsev 3fcf14d2e2 Update setup.cfg entries
Updated classifier, author-email and home-page entries

Change-Id: Id1e31e468a08c03ac819857208d5ba4823e67545
2015-12-08 03:39:44 +03:00

52 lines
1.1 KiB
INI

[metadata]
name = python-muranoclient
summary = python-muranoclient
description-file =
README.rst
license = Apache License, Version 2.0
author = Mirantis, Inc.
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/murano/
classifier =
Development Status :: 4 - Beta
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
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.4
[files]
packages =
muranoclient
[entry_points]
console_scripts =
murano = muranoclient.shell:main
[global]
setup-hooks =
pbr.hooks.setup_hook
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1