Skip to content

Commit 7175678

Browse files
committed
fix description in setup.py
1 parent b6c78cf commit 7175678

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,9 @@ def build_extension(self, ext):
139139
raise BuildFailed()
140140

141141

142-
DESCRIPTION = 'A minimal implementation of chunked, compressed, ' \
143-
'N-dimensional arrays for Python.'
142+
DESCRIPTION = ("A Python package providing buffer compression and "
143+
"transformation codecs for use in data storage and "
144+
"communication applications.")
144145

145146
with open('README.rst') as f:
146147
LONG_DESCRIPTION = f.read()

0 commit comments

Comments
 (0)