2921d50974
Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg: * Wheel is not needed for python 3 only repo Change-Id: Ie5bf4b5226a06d828ec24a6134d7ea8a3f45c8db
23 lines
642 B
INI
23 lines
642 B
INI
[metadata]
|
|
name = sahara-image-elements
|
|
summary = Image elements for Sahara
|
|
description-file = README.rst
|
|
license = Apache Software License
|
|
python-requires = >=3.6
|
|
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/sahara/latest
|
|
|
|
[files]
|
|
scripts =
|
|
bin/sahara-image-create
|
|
diskimage-create/diskimage-create.sh
|
|
|
|
data_files =
|
|
share/sahara-elements/elements = elements/*
|