Skip to content

Commit

Permalink
Change setup.py for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagorkauni committed Oct 22, 2024
1 parent 51a641c commit 275de2d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 29 deletions.
File renamed without changes.
28 changes: 28 additions & 0 deletions pyproyect.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[project]
name = "py-gpolyencode"
version = "0.2.1"
authors = [
{name = "Robert Coup", email = "[email protected]"},
]
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"
29 changes: 0 additions & 29 deletions python/setup.py

This file was deleted.

0 comments on commit 275de2d

Please sign in to comment.