Skip to content

Commit cc8a0ba

Browse files
committed
chore(release): 0.2.0
1 parent 2b5bc5e commit cc8a0ba

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
[tool.poetry]
22
name = "archivefile"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Unified interface for tar, zip, sevenzip, and rar files"
55
authors = ["Raventric <[email protected]>"]
66
readme = "README.md"
7+
license = "Unlicense"
78
packages = [{include = "archivefile", from = "src"}]
9+
keywords = ["archive", "zipfile", "tarfile", "sevenzip", "rarfile", "python"]
10+
homepage = "https://ravencentric.github.io/archivefile"
11+
repository = "https://github.com/Ravencentric/archivefile"
12+
documentation = "https://ravencentric.github.io/archivefile"
13+
classifiers = [
14+
"License :: OSI Approved :: The Unlicense (Unlicense)",
15+
"Operating System :: OS Independent",
16+
"Programming Language :: Python :: 3.9",
17+
"Programming Language :: Python :: 3.10",
18+
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
20+
"Typing :: Typed",
21+
]
822

923
[tool.poetry.dependencies]
1024
python = ">=3.9"

0 commit comments

Comments
 (0)