forked from WILLOWMALAK/difunct
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (31 loc) · 951 Bytes
/
pyproject.toml
File metadata and controls
34 lines (31 loc) · 951 Bytes
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
[build-system]
requires = ["setuptools","wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "difunct"
authors = [
{name = "Sam Williams", email = "s.willowmalak@gmail.com"},
]
readme="README.md"
description = "Implements functions for the combined analysis of diffusion and functional MRI data."
keywords = ["fMRI", "dMRI", "functionnectome", "engagement"]
license = "GPL-3.0-only"
classifiers = ['Intended Audience :: Science/Research',
'Natural Language :: English',
'Programming Language :: Python',
]
dependencies = ['numpy',
'networkx',
'nibabel',
'nilearn',
'dipy',
'tqdm',
'unravel-python',
'sparse',
'scipy'
]
version = "0.0.4"
[project.urls]
"GitHub" = "https://github.com/WILLOWMALAK/difunct?tab=readme-ov-file"
[tool.setuptools.packages.find]
where = ["src"]