Skip to content

Commit

Permalink
Distroless Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
metadaddy committed Sep 14, 2024
1 parent a970798 commit a146918
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[project]
name = 'b2listen'
description = "B2listen allows you to forward Backblaze B2 Event Notifications to a service listening on a local URL"
readme = "README.md"
version = '1.1.0'
requires-python = ">= 3.10"
keywords = ["Backblaze", "B2" ]
authors = [
{name = "Pat Patterson", email = "[email protected]"},
]
classifiers = [
"License :: OSI Approved :: MIT License",

"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]

[project.urls]
Documentation = "https://readthedocs.org"
Repository = "https://github.com/backblaze-b2-samples/b2listen.git"
Issues = "https://github.com/backblaze-b2-samples/b2listen/issues"
Changelog = "https://github.com/backblaze-b2-samples/b2listen/blob/master/CHANGELOG.md"

0 comments on commit a146918

Please sign in to comment.