Skip to content

Commit

Permalink
Add python info and links
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcandr committed Oct 21, 2024
1 parent 3774df7 commit 66c136d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ authors = [
requires-python = ">=3.10"
dependencies = ["azure-storage-blob>=12.23.1", "pystac>=1.11.0"]

classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

[project.urls]
Homepage = "https://github.com/bmcandr/az-blob-stacio"
Repository = "https://github.com/bmcandr/az-blob-stacio.git"

[tool.uv]
dev-dependencies = [
"coverage>=7.6.3",
Expand Down

0 comments on commit 66c136d

Please # to comment.