forked from flatironinstitute/CaImAn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
29 lines (25 loc) · 891 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
[project]
name = "caiman"
description = "Library and software for ROI detection and deconvolution of Calcium Imaging datasets"
authors = [
{ name = "Andrea Giovannucci"},
{ name = "Eftychios Pnevmatikakis"},
{ name = "Johannes Friedrich" },
{ name = "Valentina Staneva" },
{ name = "Ben Deverett" },
{ name = "Erick Cobos" },
{ name = "Jeremie Kalfon"}]
readme = "README.md"
dynamic = ["classifiers", "keywords", "license", "scripts", "version"]
[build-system]
requires = ["cython", "numpy", "setuptools", "wheel"]
[tool.setuptools]
py-modules = ["_buildhelper_cython"]
[tool.setuptools.cmdclass]
build_py = "_buildhelper_cython.build_py"
[tool.codespell]
skip = '.git,*.pdf,*.svg,*.ai'
check-hidden = true
ignore-regex = '^\s*"image/\S+": ".*'
# some ad-hoc options/variable names
ignore-words-list = 'ans,siz,nd,dirct,dircts,fo,comparitor,shfts,mapp,coo,ptd,manuel,thre,recuse'