-
Notifications
You must be signed in to change notification settings - Fork 17
/
setup.cfg
executable file
·36 lines (33 loc) · 1.09 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
[metadata]
name = igneous-pipeline
url = https://github.com/seung-lab/igneous/
summary = Manage, Downsample, Mesh, Skeletonize, and Transform Neuroglancer Datasets
description_file =
README.md
long_description_content_type = text/markdown
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.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Utilities
Topic :: Scientific/Engineering :: Image Processing
[global]
setup_hooks =
pbr.hooks.setup_hook
[files]
packages =
igneous
igneous_cli
[wheel]
universal = 0