Skip to content

Commit

Permalink
More classifiers to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyazovetskov Vladimir committed May 28, 2022
1 parent 9695ba4 commit f8f0a2f
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion pyproject.toml
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]
Expand Down

0 comments on commit f8f0a2f

Please sign in to comment.