-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
37 lines (32 loc) · 839 Bytes
/
setup.cfg
File metadata and controls
37 lines (32 loc) · 839 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
[metadata]
name = update-zblinks-api
version = 1.0.3
description = Update the zbLinks Api.
long_description = file: README.md
long_description_content_type = text/markdown
maintainer = Dariush Ehsani, Matteo Petrera
maintainer_email = dariush@zbmath.org, matteo@zbmath.org
[options]
setup_requires = setuptools-scm
install_requires =
click
requests
beautifulsoup4
pandas
psycopg2
package_dir =
= src
packages = find:
python_requires = >=3.6
[options.extras_require]
test =
pytest
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
update-api = update_zblinks_api.update_with_api:update
initial-entries = update_zblinks_api.matrix_table_datasets:matrix_table_entries
csv-to-db = update_zblinks_api.update_with_api:use_files_to_update
[pycodestyle]
max-line-length = 79