32ec8b47b1
Drop py27 and py35 testing, for Ussuri those are dropped already. Update for current django 22 testing. Remove py27 cruft. Change-Id: Icde1a7be481a56ca2d0c64a651ad7d2a7f895441
26 lines
786 B
INI
26 lines
786 B
INI
[metadata]
|
|
name = {{ cookiecutter.repo_name }}
|
|
summary = {{ cookiecutter.project_short_description }}
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
python-requires = >=3.6
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
Programming Language :: Python :: 3.6
|
|
|
|
[files]
|
|
packages =
|
|
{{ cookiecutter.module_name }}
|
|
|