-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathsetup_client.cfg
More file actions
43 lines (37 loc) · 902 Bytes
/
setup_client.cfg
File metadata and controls
43 lines (37 loc) · 902 Bytes
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
[global]
[metadata]
name = nidaba-client
author = Open Greek and Latin
author-email = [email protected]
summary = Expandable and scalable OCR pipeline client
description-file = README-CLIENT.rst
license = GPLv2+
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
Intended Audience :: Education
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Operating System :: POSIX
Programming Language :: Python :: 2 :: Only
url = http://openphilology.github.com/nidaba
keywords =
ocr
tesseract
ocropus
celery
[files]
packages = nidaba
[entry_points]
console_scripts =
nidaba = nidaba.cli:client_only
[pbr]
SKIP_GENERATE_AUTHORS=1
[nosetests]
verbosity=1
detailed-errors=1
tests=tests
[flake8]
ignore = F821, F401, F841
max-line-length = 160
exclude = tests/*