diff options
author | rsiddharth <s@ricketyspace.net> | 2017-03-21 02:22:36 +0000 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2017-03-21 02:22:36 +0000 |
commit | 989a772b8ff2f0c5e573cefdb0ea8d8b36eb2127 (patch) | |
tree | 4308185f681ef6a0dc41b588b5ed1a1b06fb3eb5 /setup.py | |
parent | 8aea1bd6e2eea8ed7ef3fa13993bbe093f599594 (diff) |
setup.py: Update description.
* markdown_link_style/_version.py (__version__): Update variable.
* setup.py (description): Update key.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |