
From murano to murano-metadataclent Add .idea to git ignore and remove from git Change-Id: Ifd428b86fd08f683f1da317f200cf4011d5c6c78
44 lines
915 B
INI
44 lines
915 B
INI
[metadata]
|
|
name = murano-metadataclient
|
|
version = 0.4
|
|
summary = murano-metadataclient
|
|
description-file =
|
|
README.rst
|
|
license = Apache License, Version 2.0
|
|
author = Mirantis, Inc.
|
|
author-email = murano-all@lists.openstack.org
|
|
home-page = htts://launchpad.net/murano
|
|
classifier =
|
|
Development Status :: 4 - Beta
|
|
Environment :: Console
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
|
|
[files]
|
|
packages =
|
|
metadataclient
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
murano-metadataclient = metadataclient.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
|