forked from sodafoundation/anomaly-detection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (29 loc) · 1.06 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
[metadata]
name = anomaly_detection
summary = An anomaly detection project for OpenSDS
author = OpenSDS
author-email = [email protected]
home-page = https://www.opensds.io/
classifier =
Environment :: OpenSDS
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
[files]
data_files =
/etc/anomaly_detection =
etc/anomaly_detection.conf
packages =
anomaly_detection
[entry_points]
console_scripts =
anomaly-detection-api = anomaly_detection.cmd.api:main
anomaly-detection-manage = anomaly_detection.cmd.manage:main
anomaly-detection-data-parser = anomaly_detection.cmd.data_parser:main
anomaly-detection-data-generator = anomaly_detection.cmd.data_generator:main