-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
26 lines (24 loc) · 900 Bytes
/
setup.cfg
File metadata and controls
26 lines (24 loc) · 900 Bytes
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
[metadata]
name = torchfields
url = https://github.com/seung-lab/torchfields
summary = A PyTorch add-on for working with image mappings and displacement fields, including Spatial Transformers
description-content-type = text/markdown
description-file = README.md
author = Barak Nehoran, Nico Kemnitz
author_email = bnehoran@users.noreply.github.com, nkemnitz@users.noreply.github.com
home-page = https://github.com/seung-lab/torchfields
license = MIT
classifiers =
Intended Audience :: Developers
Development Status :: 4 - Beta
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
License :: OSI Approved :: MIT License
[global]
setup-hooks = pbr.hooks.setup_hook
[files]
packages = torchfields