stackalytics/setup.cfg
zhangbailin 23d478283d Update CI to use unversioned jobs templat
As part of the migration of this project to the independent release
model, we failed to notice that the job template was still tied to a
specific release. We've now introduced a new unversioned job template,
'openstack-python3-jobs' [1], which was can and should use. Do this.

[1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/

Change-Id: I7d39046a59f08d60fcff1f4b28287c6979a803ed
2023-01-15 22:47:53 +00:00

45 lines
1.4 KiB
INI

[metadata]
name = stackalytics
summary = OpenStack Contribution Dashboard
description-file =
README.rst
description-content-type = text/x-rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://www.openstack.org/
python_requires = >=3.8
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 :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =
stackalytics
data_files =
share/stackalytics = stackalytics/dashboard/static/*
[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 = stackalytics.dashboard.web:main
stackalytics-processor = stackalytics.processor.main:main
oslo.config.opts =
oslo_log = oslo_log._options:list_opts
stackalytics.dashboard.config = stackalytics.dashboard.config:list_opts
stackalytics.processor.config = stackalytics.processor.config:list_opts