8aae08c8d4
Change-Id: I965782d57ee8f7e5ea8a67528d0ae1250a73d1a9
43 lines
912 B
INI
43 lines
912 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
|
|
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
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
warning-is-error = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|