-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
38 lines (34 loc) · 1.04 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
[metadata]
name = rusty_mws
version = 0.1.0
author = Brian Reicher
author_email = [email protected]
url = https://github.com/brianreicher/rusty_mws
description = An optimized Rust-based mutex watershed.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = parallel-computing, image-segmentation, mutex-watershed
license = Apache Software License
classifiers =
Programming Language :: Python :: 3
[options]
packages = find:
package_dir=
=src
zip_safe = True
include_package_data = True
install_requires =
numpy
pymongo
scikit-image
daisy
zarr
cython
mwatershed @ git+https://github.com/pattonw/mwatershed
funlib.geometry @ git+https://github.com/funkelab/funlib.geometry
funlib.persistence @ git+https://github.com/funkelab/funlib.persistence
funlib.segment @ git+https://github.com/funkelab/funlib.segment
funlib.evaluate @ git+https://github.com/pattonw/funlib.evaluate.git
gunpowder @ git+https://github.com/funkey/gunpowder
[options.packages.find]
where=src