forked from Automating-GIS-processes/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
28 lines (26 loc) · 790 Bytes
/
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
[metadata]
name = Automating GIS-processes
version = 2020
license = MIT
description = Automating GIS-processes course.
author = Henrikki Tenkanen & Vuokko Heikinheimo
url = https://github.com/Automating-GIS-processes/site
classifiers =
Development Status :: 2 -
Environment :: Web Environment
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
packages = find:
include_package_data = True
zip_safe = False
[tool:release]
github_owner = Automating-GIS-processes
github_repo = site