solar/setup.cfg
Doug Hellmann 863aae64bf remove python 2.6 trove classifier
OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.

Change-Id: Ic8159201fc14bf5d6451ed7808d22d8421142292
2015-12-23 01:31:16 +00:00

27 lines
602 B
INI

[metadata]
name = solar
version = 0.0.1
author = Mirantis Inc.
author-email = product@mirantis.com
summary = Deployment tool
description-file = README.md
license = Apache-2
home-page = http://mirantis.com
classifier =
Development Status :: 1 - Beta
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 2.7
Topic :: System :: Software Distribution
keywords =
deployment
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[entry_points]
console_scripts =
solar = solar.cli.main:run