diff options
author | rsiddharth <s@ricketyspace.net> | 2017-06-04 23:18:11 +0000 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2017-06-04 23:18:11 +0000 |
commit | 45a601c1c9f922c55b36fb6541764659406cd11b (patch) | |
tree | 0de93ba425a696837b179324ec703424e4fbd5c7 /setup.py | |
parent | 43534bacd401afede538247148b47e5835e7a2dd (diff) |
Fix line lengths.
* mdl_style.py: Update file.
* setup.py: Update file.
* tests/test_mdl_style.py: Upate file.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -35,7 +35,8 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f: config = { 'name': 'markdown-link-style', 'version': __version__, - 'description': 'Switch between inline and footnote link style in markdown documents.', + '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', @@ -47,7 +48,8 @@ config = { 'Environment :: Console', 'Intended Audience :: Developers', 'Intended Audience :: End Users/Desktop', - 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', + 'License :: OSI Approved :: ' + + 'GNU General Public License v3 or later (GPLv3+)', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3 :: Only', |