04903b823e
* .gitreview * Disutils files * tox configuration * add .venv to ignore * "mistral" package * Sphinx documentation skeleton Change-Id: I1d9aa5105b0dbc458665e9b16fd84826a18a36bf
28 lines
684 B
INI
28 lines
684 B
INI
[metadata]
|
|
name = mistral
|
|
version = 0.01
|
|
summary = Mistral Project
|
|
description-file = README.rd
|
|
#license = Apache Software License
|
|
classifiers =
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
#License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
|
|
[files]
|
|
packages =
|
|
mistral
|
|
|
|
[nosetests]
|
|
cover-package = mistral
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|