-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (28 loc) · 919 Bytes
/
setup.cfg
File metadata and controls
31 lines (28 loc) · 919 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
28
29
30
31
[metadata]
name = subimage-stitcher
version = 1.0
description = Stitch a zoomed-in image into a zoomed-out image of the same scene, to boost resolution of that portion.
long_description = file: README.md
long_description_content_type = text/markdown
author = Splendide Imaginarius
keywords = subimage, stitching
platforms = any
classifiers =
Programming Language :: Python :: 3 :: Only
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
project_urls =
Source = https://github.com/Splendide-Imaginarius/subimage-stitcher
Bug Tracker = https://github.com/Splendide-Imaginarius/subimage-stitcher/issues
[options]
packages = find:
install_requires =
opencv-python>=4.0.1
py_modules =
subimage_stitcher
include_package_data = True
zip_safe = False
[options.entry_points]
console_scripts =
subimage-stitcher = subimage_stitcher:main
[options.packages.find]
exclude = tests