forked from Kainmueller-Lab/arctique
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
49 lines (43 loc) · 1.22 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
[metadata]
name = rHEnder
version = 0.1.0
description =
long_description = file: README.md
long_description_content_type = text/markdown
author = Jannik Franzen, Jan Philipp Albrecht, Chris Karg, Claudia Winklmayr, Vanessa Guarino
maintainer = Jannik Franzen, Jan Philipp Albrecht, Chris Karg, Claudia Winklmayr, Vanessa Guarino
license = GPL-3.0
license_files = LICENSE
platforms = any
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: PyPy
Topic :: Utilities
keywords = blender, rendering, staning, tissue, cells
project_urls =
Source=https://github.com/Kainmueller-Lab/arctique.git
Tracker=https://github.com/Kainmueller-Lab/arctique/issues
[options]
package_dir =
=src
include_package_data=True
packages = find_namespace:
python_requires = ~=3.10
install_requires =
bpy~=3.6.0
scipy~=1.14
tqdm~=4.66
pillow~=11.0
[options.packages.find]
where = src
[options.package_data]
YML = src/*.yml
CSV = src/*.csv
JSON = src/*.json
[flake8]
max-line-length = 120