-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
72 lines (66 loc) · 1.81 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[metadata]
name = LAM
version = attr: src.version.__version__
description = Linear Analysis of Midgut
long_description = file: README.md
long_description_content_type = text/markdown
author = Arto I. Viitanen
author_email = [email protected]
license = GPL-3.0 License
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Bio-Informatics
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
keywords =
biology
data analysis
image object data
project_urls =
Project = https://github.com/hietakangas-laboratory/LAM
Bug Reports = https://github.com/hietakangas-laboratory/LAM/issues
Tutorial Videos = https://www.youtube.com/playlist?list=PLjv-8Gzxh3AynUtI3HaahU2oddMbDpgtx
Publication = https://doi.org/10.1016/j.crmeth.2021.100059
Research Group = https://www.helsinki.fi/en/researchgroups/nutrient-sensing
[options]
packages = find:
python_requires=
>3.6, <=3.11
install_requires=
matplotlib>=3.1.3
numpy>=1.18.1
pandas>=1.1
pathlib2>=2.3
scikit-image>=0.16.2
scikit-learn>=0.22.1
scipy>=1.4.1
seaborn>=0.11.0
shapely>=1.7.0
statsmodels>=0.11.0
[options.data_files]
img =
img/lam.ico
docs =
README.md
LICENSE.md
docs/CommandLineArgs.txt
docs/UserManual_v0.4.3.pdf
companion =
comp/ChannelPositionPlots.py
comp/combineSets.py
comp/ManualVectorPlots.py
comp/rotator.py
comp/script_descriptions.txt
comp/split_dataset.py
comp/SubsetDataChannel.py
[options.entry_points]
console_scripts =
lam-run = src.run:run
;[bdist_wheel]
;universal = 1
[sdist]
formats = gztar