Files
deb-mistral/setup.cfg
Renat Akhmerov e5b8879eb1 Fixing setup.cfg
* Added registration of a console script

Change-Id: Iac85dddc1442d4353659f7186b5668f3226c9c30
2014-04-29 05:18:19 +00:00

30 lines
725 B
INI

[metadata]
name = mistral
version = 0.01
summary = Mistral Project
description-file =
README.rst
license = Apache License, Version 2.0
home-page = https://launchpad.net/mistral
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 Mistral Team
author-email = openstack-dev@lists.openstack.org
[files]
packages =
mistral
[entry_points]
console_scripts =
mistral-server = mistral.cmd.launch:main