a1ed711037
OpenStack is dropping the py2.7 support in ussuri cycle. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Cleanup some old cuft from setup.cfg. Fix sphinx-build invocation to publish correctly. Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I61b0dcd730be1889815e47a0c0c354d8f7759571
23 lines
636 B
INI
23 lines
636 B
INI
[metadata]
|
|
name = automaton
|
|
summary = Friendly state machines for python.
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
home-page = https://docs.openstack.org/automaton/latest/
|
|
description-file =
|
|
README.rst
|
|
python-requires = >=3.6
|
|
classifier =
|
|
Development Status :: 3 - Alpha
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
Topic :: Software Development :: Libraries
|
|
|
|
[files]
|
|
packages =
|
|
automaton
|