-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
47 lines (44 loc) · 1.21 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[metadata]
name = monasca-predictor
maintainer = Giacomo Lanciano
maintainer_email = giacomo.lanciano@sns.it
long_description = file: README.md
long_description_content_type = text/markdown
summary = Integrating with Monasca to provide OpenStack with predictive analytics.
home_page = https://github.com/giacomolanciano/monasca-predictor
keywords=
auto-scaling
cloud computing
devops
elasticity control
forecasting
monasca
monitoring
openstack
operations
predictive analytics
time-series
license = Apache-2
include_package_data = True
python_requires = >=3.7
classifier =
Development Status :: 2 - Pre-Alpha
License :: OSI Approved :: Apache Software License
Topic :: System :: Monitoring
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
[files]
packages =
monasca_predictor
# data_files =
# share/monasca-predictor =
# predictor.yaml.template
[entry_points]
console_scripts =
monasca-predictor = monasca_predictor.daemon:main
[pbr]
skip_authors = True
skip_changelog = True