forked from scilus/nf-neuro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
executable file
·40 lines (30 loc) · 969 Bytes
/
pyproject.toml
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
[build-system]
requires = ["poetry-core>=1.9.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "nf-neuro"
version = "1.0.0"
description = "Tools for the NF-NEURO project"
license = "GPL-3.0-or-later"
readme = "README.md"
authors = ["The SCIL developers"]
maintainers = [
"alex valcourt caron <[email protected]>",
"arnaud boré <[email protected]>"
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
]
homepage = "https://scil.usherbrooke.ca/"
repository = "https://github.com/scilus/nf-neuro.git"
[tool.poetry.dependencies]
python = "<3.11,>=3.9"
nf-core = "~2.14.1"
black = "^24.1.1"
isort = "^5.13.2"