Skip to content

Commit

Permalink
Create setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt authored Oct 30, 2023
1 parent 87bb10b commit a70599b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[metadata]
name = zbmath_rest2oai
description = convert from custom api to oai-pmh api

[options]
setup_requires = setuptools-scm
package_dir =
= src
packages = find:
include_package_data = true
zip_safe = false

[options.extras_require]
test =
black
flake8
isort
pytest
radon
flake8_polyfill
coverage
requests_mock
python-dateutil
pytest-coverage

[options.packages.find]
where = src

0 comments on commit a70599b

Please sign in to comment.