forked from jcushman/pdfquery
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
74 lines (64 loc) · 1.36 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
64
65
66
67
68
69
70
71
72
73
74
# setuptools config
# see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
[metadata]
name = pdfquery
version = 0.5.2.dev0
description = Concise and friendly PDF scraper using JQuery or XPath selectors
long_description = file: README.rst
license = MIT
author = Jack Cushman
author_email = [email protected]
url = https://github.com/jcushman/pdfquery
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Operating System :: Unix
Operating System :: MacOS
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.11
Topic :: Software Development :: Libraries :: Python Modules
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
cssselect
chardet
lxml
pdfminer.six
pyquery
roman
tests_require =
pytest
tox
pytest-remove-stale-bytecode
[options.extras_require]
dev =
pre-commit
pdbpp
black
isort
flake8
test =
pytest
pytest-remove-stale-bytecode
tox
coverage = pytest-cov
docs =
sphinx
doc8
release = zest.releaser
pycodestyle = flake8
[aliases]
test=pytest
[bdist_wheel]
universal = 1
[tool:pytest]
testpaths = tests
[flake8]
max-line-length = 120
exclude = env,.tox,doc
[zest.releaser]
create-wheel = yes
[distutils]
index-servers = isp