Skip to content

Commit 34e80c7

Browse files
committed
fix optional dependency, bump version
Signed-off-by: Zen <[email protected]>
1 parent 1516512 commit 34e80c7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pycpio"
7-
version = "1.5.0"
7+
version = "1.5.1"
88

99
authors = [
1010
{ name="Desultory", email="[email protected]" },
@@ -17,7 +17,10 @@ classifiers = [
1717
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
1818
"Operating System :: OS Independent",
1919
]
20-
dependencies = ["zenlib >= 3.0.2", "zstd >= 1.5.6.1"]
20+
dependencies = ["zenlib >= 3.0.2"]
21+
22+
[project.optional-dependencies]
23+
zstd = ["zstd >= 1.5.6.1"]
2124

2225
[project.scripts]
2326
pycpio = "pycpio.main:main"

0 commit comments

Comments
 (0)