forked from seung-lab/igneous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
executable file
·35 lines (32 loc) · 1.03 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
[metadata]
name = igneous-pipeline
url = https://github.com/seung-lab/igneous/
summary = Downsample, Mesh, Skeletonize, and Remap Neuroglancer Datasets
description-file =
README.md
author = Ignacio Tartavull, William Silversmith, and others
author-email = [email protected]
home-page = https://github.com/seung-lab/igneous/
license=License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
classifier =
Intended Audience :: Developers
Development Status :: 4 - Beta
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Utilities
Topic :: Scientific/Engineering :: Image Processing
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
igneous
igneous_cli
[wheel]
universal = 0