summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5d2b914..904cfde 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
config = {
'name': 'markdown-textwrap',
'version': __version__,
- 'description': 'Texwrap Markdown Documents',
+ 'description': 'Text wrap Markdown Documents',
'long_description': long_description,
'platforms': 'GNU/Linux',
'url': 'https://git.ricketyspace.net/markdown-textwrap',