automaton/setup.cfg
Hervé Beraud 1161c1c60c Add python3 classifiers
Also prefer to lowercase `ignore_basepython_conflict` value to
uniformize with other oslo projects.

Change-Id: Ia5b47f1dd3b4aee25b1182620f61f05b0f1fb56f
2020-02-04 09:38:39 +00:00

25 lines
748 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
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries
[files]
packages =
automaton