-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
46 lines (41 loc) · 877 Bytes
/
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 = zbmath_links_api
version = 0.5.3
description = Providing and managing links between zbMATH and other math related resources using the Scholix format.
long_description = file: README.md
long_description_content_type = text/markdown
maintainer = Dariush Ehsani, Matteo Petrera
maintainer_email = [email protected], [email protected]
[options]
setup_requires = setuptools-scm
install_requires =
bs4
Flask>=1,<2
Flask-Migrate
flask-restx
Flask-SQLAlchemy
psycopg2
gunicorn
requests
SQLAlchemy
package_dir =
= src
packages = find:
include_package_data = true
python_requires = >=3.6
zip_safe = false
[options.extras_require]
test =
black
flake8
isort
pytest
radon
flake8_polyfill
coverage
[options.packages.find]
where = src
[pycodestyle]
max-line-length = 79
[flake8]
max-line-length = 79