forked from rcoup/py-gpolyencode
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
28 lines (27 loc) · 1.03 KB
/
pyproject.toml
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
[project]
name = "py-gpolyencode"
version = "0.2.1"
authors = [
{name = "Robert Coup", email = "robert.coup@koordinates.com"},
]
description = "Google Maps Polyline encoding (pure Python)"
readme = "README.md"
license = {file = "LICENSE"}
keywords = ["gis", "geospatial", "google-maps", "gmaps", "mapping"]
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"License :: OSI Approved :: BSD License",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: GIS",
"Topic :: Utilities",
]
dynamic = ["dependencies"]
[project.urls]
Homepage = "https://github.com/codesyntax/py-gpolyencode"
Documentation = "https://github.com/codesyntax/py-gpolyencode/blob/master/README.md"
Repository = "https://github.com/codesyntax/py-gpolyencode"
"Bug Tracker" = "https://github.com/codesyntax/py-gpolyencode/issues"
# Changelog = "https://github.com/me/spam/blob/master/CHANGELOG.md"