From fe404d6947fb5e9a90bd9586c35ef29a6fca6cb6 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 16 Sep 2020 17:55:08 -0700 Subject: rename to `"zstd"` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 726609c..71ec7af 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( "crc32c": ["crc32c"], "lz4": ["lz4"], "snappy": ["python-snappy"], - "zstandard": ["python-zstandard"], + "zstd": ["python-zstandard"], }, cmdclass={"test": Tox}, packages=find_packages(exclude=['test']), -- cgit v1.2.1