forked from ai4os/DEEPaaS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
63 lines (53 loc) · 1.81 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[metadata]
name = deepaas
summary = DEEPaaS is a REST API to expose a machine learning model.
description-file = README.md
description-content-type = text/markdown; charset=UTF-8
author = Alvaro Lopez Garcia
author-email = [email protected]
home-page = https://github.com/indigo-dc/deepaas
project_urls =
Bug Tracker = https://github.com/indigo-dc/deepaas/issues
Documentation = https://deepaas.readthedocs.io/
python-requires = >=3.6
license = Apache-2
license_file = LICENSE
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Web Environment
Framework :: AsyncIO
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Internet :: WWW/HTTP
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Image Recognition
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
[files]
packages =
deepaas
[entry_points]
console_scripts =
deepaas-run = deepaas.cmd.run:main
deepaas-predict = deepaas.cmd.execute:main
deepaas-cli = deepaas.cmd.cli:main
oslo.config.opts =
deepaas = deepaas.opts:list_opts
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html