-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
49 lines (46 loc) · 1.12 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
[metadata]
name = ndslib
url = https://github.com/neuroimaging-data-science/ndslib
download_url = https://github.com/neuroimaging-data-science/ndslib
author = Ariel Rokem and Tal Yarkoni
author_email = arokem@gmail.com
maintainer = Ariel Rokem
maintainer_email = arokem@gmail.com
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Topic :: Scientific/Engineering
license = MIT License
description = Utility functions for Neuroimaging and Data Science
long_description = file:README.md
long_description_content_type = text/markdown
platforms = OS Independent
version = 0.5
[options]
python_requires = >=3.10
setup_requires =
setuptools_scm
install_requires =
numpy
nibabel
ipython
jupyter
pandas
seaborn
sphinx
numpydoc
scikit-image
scikit-learn
viznet
nilearn
matplotlib
sphinx_rtd_theme
sphinx_copybutton
sphinx-math-dollar
zip_safe = False
include_package_data = True
packages = find: