-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (27 loc) · 825 Bytes
/
setup.cfg
File metadata and controls
29 lines (27 loc) · 825 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
[metadata]
name = Introduction to Python for Geographic Data Analysis
version = 2020
license = MIT
description = Contents for the book.
author = Henrikki Tenkanen, Vuokko Heikinheimo, Dave Whipp
author_email = henrikki.tenkanen@gmail.com
url = https://pythongis.org
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 = Python-GIS-book
github_repo = site