stackalytics/setup.cfg
Ilya Shakhat a721810ab0 Added version info into UI
* Version and build is shown as tooltip of 'About' link
* Explicit version is removed from setup.cfg
* Build directory is added into pep8 ignore list

Resolves bug 1218934

Change-Id: Ideac6fa18580c1298d24212a8b1dbad0ef39b7b1
2013-09-05 15:42:08 +04:00

42 lines
1021 B
INI

[metadata]
name = stackalytics
summary = OpenStack analytics dashboard
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
[files]
packages =
dashboard
stackalytics
data_files =
etc/stackalytics =
etc/stackalytics.conf
etc/default_data.json
[global]
setup-hooks =
pbr.hooks.setup_hook
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[entry_points]
console_scripts =
stackalytics-dump = stackalytics.processor.dump:main
stackalytics-dashboard = dashboard.web:main
stackalytics-processor = stackalytics.processor.main:main