diff options
-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 |