-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87bb10b
commit a70599b
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |