Skip to content

Commit

Permalink
add more comments; add a link to some funding
Browse files Browse the repository at this point in the history
  • Loading branch information
Guymer committed Jan 12, 2025
1 parent 9fbe1d1 commit 32bd8b3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# NOTE: See https://packaging.python.org/en/latest/tutorials/packaging-projects/
# NOTE: See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
# NOTE: See https://packaging.python.org/en/latest/specifications/pyproject-toml/

[build-system]
requires = [
Expand Down Expand Up @@ -35,7 +37,7 @@ classifiers = [ # NOTE: See https://pypi.org/classifiers
"Programming Language :: Python :: 3",
"Programming Language :: Unix Shell",
]
dependencies = [
dependencies = [ # NOTE: See "requirements.txt"
"cartopy",
"exifread",
"geojson",
Expand All @@ -50,8 +52,9 @@ dependencies = [
requires-python = ">=3.10"

[project.urls]
Homepage = "https://github.com/Guymer/PyGuymer3"
Documentation = "https://pyguymer3.readthedocs.io"
Homepage = "https://github.com/Guymer/PyGuymer3"
Issues = "https://github.com/Guymer/PyGuymer3/issues"
Funding = "https://github.com/sponsors/Guymer"

[tool.setuptools_scm]

0 comments on commit 32bd8b3

Please sign in to comment.