-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
32 lines (31 loc) · 1.02 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
[metadata]
name = automated metashape
author = Peter Betlem
author-email = Peter.Betlem@unis.no
summary = Automated processing python class for Agisoft Metashape
description-file =
README.md
home-page = https://github.com/PeterBetlem/image_processing
project_urls =
Bug Tracker = https://github.com/PeterBetlem/image_processing/issues
Documentation = https://unisvalbard.github.io/Geo-SfM/content/lessons/l4/python.html
Source Code = https://github.com/PeterBetlem/image_processing
license = BSD 3-Clause
classifier =
Development Status :: 4 - Beta
Environment :: Other Environment
Intended Audience :: Education
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
Topic :: Education
keywords =
photogrammetry
metashape
requires-python = >=3.7
[files]
packages =
automated_metashape