-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
53 lines (51 loc) · 1.64 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
[metadata]
name = acdctools
author = Francesco Padovani
author_email = [email protected]
description = Collection of tools used by Cell-ACDC and spotMAX
keywords =
live-cell imaging
cell segmentation
cell tracking
cell cycle annotations
image analysis
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/SchmollerLab/acdc_tools
project_urls =
Author contact = https://www.helmholtz-munich.de/ife/about-us/people/staff-detail/ma/8873/Dr.-Padovani/index.html
Schmoller lab = https://www.helmholtz-munich.de/ife/research/kurt-schmoller-cell-and-organelle-size-control/research/index.html
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: BSD License
Intended Audience :: Education
Intended Audience :: Science/Research
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Scientific/Engineering :: Image Processing
Topic :: Scientific/Engineering :: Visualization
Topic :: Utilities
[options]
packages = find:
python_requires =
>=3.8
include_package_data = True
install_requires =
numpy
pandas
natsort
opencv-python-headless
[options.extras_require]
gui =
qtpy
PyQt6
pyqtgraph