7af64a9f28
Docs are now generated in doc/build
28 lines
645 B
INI
28 lines
645 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.6
|
|
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
|