5888968ec0
As part of moving to Python 3.6, add a python-requires to clearly state it. Change-Id: I4da67ec5ea303ef35d6aac47a5d7ae5ec57aab9b
32 lines
884 B
INI
32 lines
884 B
INI
[metadata]
|
|
name = openstack-doc-tools
|
|
summary = Tools for OpenStack Documentation
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack Documentation
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/openstack-doc-tools/latest/
|
|
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.6
|
|
Programming Language :: Python :: 3.7
|
|
|
|
[files]
|
|
packages =
|
|
os_doc_tools
|
|
data_files =
|
|
share/openstack-doc-tools/sitemap = sitemap/*
|
|
scripts =
|
|
bin/doc-tools-check-languages
|
|
bin/doc-tools-build-rst
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|