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 b6c78cf commit 7175678Copy full SHA for 7175678
setup.py
@@ -139,8 +139,9 @@ def build_extension(self, ext):
139
raise BuildFailed()
140
141
142
-DESCRIPTION = 'A minimal implementation of chunked, compressed, ' \
143
- 'N-dimensional arrays for Python.'
+DESCRIPTION = ("A Python package providing buffer compression and "
+ "transformation codecs for use in data storage and "
144
+ "communication applications.")
145
146
with open('README.rst') as f:
147
LONG_DESCRIPTION = f.read()
0 commit comments