
* Scripts and conf locations are set in setup.cfg * Flask-styled is replaced by oslo config * Scripts from bin are replaced by one generated by entry_points Change-Id: I26620b8d945d331b2d5abebce41ca177f3e93571
37 lines
902 B
INI
37 lines
902 B
INI
[metadata]
|
|
name = stackalytics
|
|
version = 0.1
|
|
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
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
stackalytics-dashboard = dashboard.web:main
|
|
stackalytics-processor = stackalytics.processor.main:main
|