-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
45 lines (39 loc) · 929 Bytes
/
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
[metadata]
name = griottes
description = Python program to generate NetworkX graphs from segmented images
author =
Gustave Ronteix
Andrey Aristov
author_email = [email protected]
project_urls =
Source code = "https://github.com/BaroudLab/Griottes",
license = MIT
license_file = LICENSE
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
install_requires=
numpy
scipy
networkx
tqdm
pandas<2
scikit-image
scikit-learn
matplotlib
seaborn
python_requires = >=3.8
include_package_data = True
package_dir =
=src
setup_requires =
setuptools-scm
[options.packages.find]
where = src