Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Apr 27, 2024
1 parent 2b5bc5e commit cc8a0ba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
[tool.poetry]
name = "archivefile"
version = "0.1.0"
version = "0.2.0"
description = "Unified interface for tar, zip, sevenzip, and rar files"
authors = ["Raventric <[email protected]>"]
readme = "README.md"
license = "Unlicense"
packages = [{include = "archivefile", from = "src"}]
keywords = ["archive", "zipfile", "tarfile", "sevenzip", "rarfile", "python"]
homepage = "https://ravencentric.github.io/archivefile"
repository = "https://github.com/Ravencentric/archivefile"
documentation = "https://ravencentric.github.io/archivefile"
classifiers = [
"License :: OSI Approved :: The Unlicense (Unlicense)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Typing :: Typed",
]

[tool.poetry.dependencies]
python = ">=3.9"
Expand Down

0 comments on commit cc8a0ba

Please sign in to comment.