-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (24 loc) · 734 Bytes
/
setup.cfg
File metadata and controls
27 lines (24 loc) · 734 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
27
[metadata]
name = Quick Segment
version = 1.0.0
author = Sydney Chapman, Bruno Athie Teruel
author_email = c.seth.parker@uky.edu
description = Quick volume segmenter for Volume Cartographer
long_description = file: README.md
long_description_content_type = text/markdown
url = https://gitlab.com/educelab/quick-segment
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: OS Independent
[options]
packages = find:
install_requires = file: requirements.txt
python_requires = >=3.9
[options.packages.find]
include = qs*
exclude = test
[options.entry_points]
console_scripts =
quick-segment = qs.apps.quick_segment:main