-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
executable file
·31 lines (29 loc) · 889 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
[metadata]
name = torch-distmap
author = Yael Balbastre
author_email = yael.balbastre@gmail.com
description = Euclidean distance transform in PyTorch
long_description = file:README.md
long_description_content_type = text/markdown
platforms = OS Independent
license = MIT
license_file = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Medical Science Apps.
project_urls =
Source Code=https://github.com/balbasty/torch-distmap
[options]
python_requires = >= 3.6
install_requires = torch >= 1.3
[versioneer]
VCS = git
style = pep440
versionfile_source = distmap/_version.py
versionfile_build = distmap/_version.py
tag_prefix =
parentdir_prefix =