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 d920108 commit a33fcf4Copy full SHA for a33fcf4
setup.py
@@ -40,7 +40,7 @@ def run(cls):
40
"crc32c": ["crc32c"],
41
"lz4": ["lz4"],
42
"snappy": ["python-snappy"],
43
- "zstd": ["python-zstandard"],
+ "zstd": ["zstandard"],
44
},
45
cmdclass={"test": Tox},
46
packages=find_packages(exclude=['test']),
0 commit comments