Clean muranoartifact py2 support

Change-Id: Ia800fd87df5cb95f95c6758df2dd20060bef62d6
This commit is contained in:
zhurong 2020-04-11 00:14:18 -07:00
parent 564f9cf32e
commit ac2e17363b
1 changed files with 6 additions and 9 deletions

View File

@ -2,23 +2,20 @@
name = murano_artifact_plugin name = murano_artifact_plugin
description = An artifact plugin for murano packages description = An artifact plugin for murano packages
author = Alexander Tivelkov author = Alexander Tivelkov
author-email = ativelkov@mirantis.com author-email = openstack-discuss@lists.openstack.org
python-requires = >=3.6
classifier = classifier =
Development Status :: 3 - Alpha Development Status :: 3 - Alpha
License :: OSI Approved :: Apache Software License License :: OSI Approved :: Apache Software License
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 2 Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.2 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.7
Intended Audience :: Developers Intended Audience :: Developers
Environment :: Console Environment :: Console
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points] [entry_points]
glance.artifacts.types = glance.artifacts.types =
MuranoPackage = muranoartifact:VERSIONS MuranoPackage = muranoartifact:VERSIONS