-
Notifications
You must be signed in to change notification settings - Fork 14
/
setup.cfg
46 lines (43 loc) · 1.04 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
[metadata]
name = archive-pdf-tools
author = Merlijn Boris Wolf Wajer
author_email = [email protected]
description = Internet Archive PDF compression tools
long_description = file: README.rst
license = AGPL-3.0
url = https://github.com/internetarchive/archive-pdf-tools
keywords = PDF, MRC, hOCR, Internet Archive
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: GNU Affero General Public License v3
Programming Language :: Python :: 3
[options]
packages =
internetarchivepdf
scripts =
bin/recode_pdf
bin/pdf-metadata-json
bin/pdfcomp
bin/compress-pdf-images
bin/epub-to-pdf
tools/mrcview
tools/maskview
tools/pdfimagesmrc
include_package_data = true
zip_safe = false
python_requires = >=3.6
install_requires =
PyMuPDF >=1.19
Pillow >=8.3
archive_hocr_tools >=1.1.41
xmltodict >=0.12
roman >=3.3
numpy
lxml
scikit-image
[options.package_data]
internetarchivepdf = data/*
[options.extras_require]
docs =
sphinx >=3