summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f236dca..2b0f41f 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
config = {
'name': 'markdown-link-style',
'version': __version__,
- 'description': 'Switch between markdown inline and footnote link styles',
+ 'description': 'Switch between inline and footnote link style in markdown documents.',
'long_description': long_description,
'platforms': 'GNU/Linux',
'url': 'https://git.ricketyspace.net/markdown-link-style',