diff options
author | Helmut Grohne <helmut@subdivi.de> | 2024-01-27 22:58:30 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2024-01-27 22:58:30 +0100 |
commit | 3e7a79b0b38336da4568de3c7161660301797fd4 (patch) | |
tree | d4180a112a91f0fd7a4c312b7b55603c195f62bf | |
parent | 1d5308dff9a69c54f97d611655816267b3a7c203 (diff) | |
download | python-linuxnamespaces-3e7a79b0b38336da4568de3c7161660301797fd4.tar.gz |
pyproject.toml: document optional dependency zstandard
-rw-r--r-- | pyproject.toml | 1 |
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 |