-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vyazovetskov Vladimir
committed
May 28, 2022
1 parent
9695ba4
commit f8f0a2f
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,26 @@ | ||
[tool.poetry] | ||
name = "object-storage-adapter" | ||
version = "0.4.0" | ||
description = "Provides a storage adapter for S3" | ||
description = "Track already processed objects inside your s3 bucket." | ||
authors = ["Vladimir Vyazovetskov <[email protected]>"] | ||
license = "MIT" | ||
readme = "README.md" | ||
homepage = "https://github.com/ErhoSen/s3-objects-tracker" | ||
repository = "https://github.com/ErhoSen/s3-objects-tracker" | ||
keywords = ["objects storage", "s3", "tracker", "published objects", "published objects tracker"] | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Environment :: Other Environment", | ||
"Framework :: AsyncIO", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Typing :: Typed" | ||
] | ||
include = [ | ||
"LICENSE", | ||
] | ||
|
||
|
||
[tool.poetry.dependencies] | ||
|