c127687d3d
This repo is now testing only with Python 3, so let's make a few cleanups: - Remove python 2.7 stanza from setup.py - Remove obsolete sections from setup.cfg - Update requirements, no need for python_version anymore - Cleanup doc/source/conf.py to remove now obsolete content. - Use newer openstackdocstheme version - Remove install_command from tox.ini, the default is fine; move contraints into deps - Move python3 into base tox environment. Change-Id: Ibd243ce5be8415147c24f596b4059ec3fb68a89c
21 lines
578 B
INI
21 lines
578 B
INI
[metadata]
|
|
name = manila-image-elements
|
|
summary = Image elements for Manila
|
|
description-file = README.rst
|
|
license = Apache Software License
|
|
classifiers =
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/manila/latest/
|
|
|
|
[files]
|
|
scripts =
|
|
bin/manila-image-create
|
|
|
|
data_files =
|
|
share/manila-elements/elements = elements/*
|