We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1516512 commit 34e80c7Copy full SHA for 34e80c7
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pycpio"
7
-version = "1.5.0"
+version = "1.5.1"
8
9
authors = [
10
{ name="Desultory", email="[email protected]" },
@@ -17,7 +17,10 @@ classifiers = [
17
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
18
"Operating System :: OS Independent",
19
]
20
-dependencies = ["zenlib >= 3.0.2", "zstd >= 1.5.6.1"]
+dependencies = ["zenlib >= 3.0.2"]
21
+
22
+[project.optional-dependencies]
23
+zstd = ["zstd >= 1.5.6.1"]
24
25
[project.scripts]
26
pycpio = "pycpio.main:main"
0 commit comments