-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
44 lines (43 loc) · 1.19 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
[metadata]
name = braintracer
version = 0.3
author = Sam Clothier
author_email = [email protected]
description = A complete processing pipeline for anatomical neuronal tracing.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/samclothier/braintracer
download_url = https://github.com/samclothier/braintracer/releases/tag/0.2.tar.gz
keywords =
neuroscience
tracing
anatomy
brainglobe
cellfinder
brainreg
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Operating System :: Microsoft :: Windows
Framework :: Jupyter :: JupyterLab
Framework :: Matplotlib
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Image Recognition
Natural Language :: English
[options]
packages = find:
python_requires = >=3.10
include_package_data = True
install_requires =
cellfinder >= 1.3.1
brainglobe-workflows >= 1.4.0
brainglobe-heatmap >= 0.5.2
opencv-python >= 4.6.0.66
plotly >= 5.10.0
fastcluster >= 1.2.0
shortuuid >= 1.0.9
jupyterlab >= 3.6
statsmodels >= 0.13
ipyvtklink >= 0.2