summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-01-27 22:58:30 +0100
committerHelmut Grohne <helmut@subdivi.de>2024-01-27 22:58:30 +0100
commit3e7a79b0b38336da4568de3c7161660301797fd4 (patch)
treed4180a112a91f0fd7a4c312b7b55603c195f62bf /pyproject.toml
parent1d5308dff9a69c54f97d611655816267b3a7c203 (diff)
downloadpython-linuxnamespaces-3e7a79b0b38336da4568de3c7161660301797fd4.tar.gz
pyproject.toml: document optional dependency zstandard
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e81eabd..a19700e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,6 +12,7 @@ classifiers = [
[project.optional-dependencies]
test = ["pytest"]
+examples = ["zstandard"]
[tool.black]
line-length = 79