-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsetup.cfg
55 lines (51 loc) · 1.1 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
[metadata]
name = pubget
description = Download neuroimaging articles and extract text and stereotactic coordinates.
long_description = file: README.md, whats_new.md, COPYING
long_description_content_type = text/markdown
keywords = neuroimaging, meta-analysis, text-mining
url = https://neuroquery.github.io/pubget/
author = Jérôme Dockès
author_email = [email protected]
maintainer = Jérôme Dockès
maintainer_email = [email protected]
license = MIT License
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
[options]
zip_safe = False
packages = find:
package_dir =
=src
install_requires =
joblib>=0.17,<=1.1.1
lxml
importlib_metadata>=3.6
neuroquery
numpy>=1.16
pandas>=0.24
requests
scikit-learn>=0.21
scipy
python_requires = >=3.7
[options.extras_require]
dev =
coverage
flake8
mypy
pdoc
pylint
pytest
pytest-cov
tox
types-requests
black
isort
nimare =
nimare
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
pubget = pubget._commands:pubget_command