automaton/setup.cfg
Vu Cong Tuan 4524cfe314 Remove support for py34
The gating on python 3.4 is restricted to <= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.

Change-Id: I3463384984800d8bb53b030ea269c71449f9d06c
2017-06-05 11:15:01 +07:00

45 lines
914 B
INI

[metadata]
name = automaton
summary = Friendly state machines for python.
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/automaton/
description-file =
README.rst
classifier =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Topic :: Software Development :: Libraries
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
automaton
[nosetests]
cover-erase = true
verbosity = 2
[pbr]
warnerrors = True
[wheel]
universal = 1
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html