8b33e910d5
The Glare Artifact Plugin package version has to match the version of Murano which gets inferred based on the recent git repository tag. Due to the recent switch to post-versioning, it's better to remove the version from setup.cfg at all Change-Id: I3cc6b7e98c9df28753622be3ac6f4a3844459762 Closes-Bug: #1520498
25 lines
702 B
INI
25 lines
702 B
INI
[metadata]
|
|
name = murano_artifact_plugin
|
|
description = An artifact plugin for murano packages
|
|
author = Alexander Tivelkov
|
|
author-email = ativelkov@mirantis.com
|
|
classifier =
|
|
Development Status :: 3 - Alpha
|
|
License :: OSI Approved :: Apache Software License
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.2
|
|
Programming Language :: Python :: 3.3
|
|
Intended Audience :: Developers
|
|
Environment :: Console
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
glance.artifacts.types =
|
|
MuranoPackage = muranoartifact:VERSIONS
|