Fix setup.py and setup.cfg deprecations
This project cannot be "installed" as a python package, so specify there are no "py_modules" to install; alongside, hyphenated metadata headers are deprecated in setup.cfg, replace them. Change-Id: I0713f3c871180ea235c12f888e43a7a823341f0c Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
parent
631a8542df
commit
a21683502a
@ -1,16 +1,17 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = manila-image-elements
|
name = manila-image-elements
|
||||||
summary = Image elements for Manila
|
summary = Image elements for Manila
|
||||||
description-file = README.rst
|
description_file = README.rst
|
||||||
license = Apache Software License
|
license = Apache Software License
|
||||||
|
python_requires = >=3.6
|
||||||
classifiers =
|
classifiers =
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
Intended Audience :: System Administrators
|
Intended Audience :: System Administrators
|
||||||
License :: OSI Approved :: Apache Software License
|
License :: OSI Approved :: Apache Software License
|
||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-discuss@lists.openstack.org
|
author_email = openstack-discuss@lists.openstack.org
|
||||||
home-page = https://docs.openstack.org/manila/latest/
|
home_page = https://docs.openstack.org/manila/latest/
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
scripts =
|
scripts =
|
||||||
|
Loading…
Reference in New Issue
Block a user