-
Notifications
You must be signed in to change notification settings - Fork 36
/
setup.cfg
33 lines (31 loc) · 1.05 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
[metadata]
name = edt
url = https://github.com/seung-lab/euclidean-distance-transform-3d/
summary = Multi-Label Anisotropic Euclidean Distance Transform 3D
description_content_type = text/markdown
description_file = README.md
author = William Silversmith
author_email = [email protected]
home_page = https://github.com/seung-lab/euclidean-distance-transform-3d/
license_file = LICENSE
classifier =
Intended Audience :: Developers
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering
Intended Audience :: Science/Research
Operating System :: POSIX
Operating System :: MacOS
Topic :: Utilities
[global]
setup_hooks =
pbr.hooks.setup_hook
[files]
packages = edt