diff --git a/contrib/glance/setup.cfg b/contrib/glance/setup.cfg index 360078c8f..3ab134e84 100644 --- a/contrib/glance/setup.cfg +++ b/contrib/glance/setup.cfg @@ -2,23 +2,20 @@ name = murano_artifact_plugin description = An artifact plugin for murano packages author = Alexander Tivelkov -author-email = ativelkov@mirantis.com +author-email = openstack-discuss@lists.openstack.org +python-requires = >=3.6 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 :: Implementation :: CPython + Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 - Programming Language :: Python :: 3.2 - Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 Intended Audience :: Developers Environment :: Console -[global] -setup-hooks = - pbr.hooks.setup_hook - [entry_points] glance.artifacts.types = MuranoPackage = muranoartifact:VERSIONS