forked from powerapi-ng/smartwatts-formula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
28 lines (26 loc) · 846 Bytes
/
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
[metadata]
name = smartwatts
version = attr: smartwatts.__version__
description = SmartWatts is a formula for a self-adaptive software-defined power meter based on the PowerAPI framework.
long_description = file: README.md
keywords = energy, powerapi, containers, performance counters, power meter
author = Guillaume Fieni
license = GNU Affero General Public License v3
classifiers =
Programming Language :: Python :: 3.7
License :: OSI Approved :: GNU Affero General Public License v3
[options]
zip_safe = False
include_package_data = True
python_requires = >= 3.7
packages = find:
test_suite = tests
setup_requires =
pytest-runner >=3.9.2
install_requires =
powerapi [mongodb, influxdb, opentsdb, prometheus] >= 1.0.7
scikit-learn
tests_require =
pytest >=3.9.2
pytest-asyncio >=0.14.0
pytest-timeout >= 1.4.2