Skip to content

Commit

Permalink
Wrap lines to 79 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
gnn committed Nov 20, 2018
1 parent e3489a0 commit da4cee8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def read(*names, **kwargs):
license='BSD 3-Clause License',
description='Load oemof energy systems from tabular data sources.',
long_description='%s\n%s' % (
re.compile('^.. start-badges.*^.. end-badges', re.M | re.S).sub('', read('README.rst')),
re.compile('^.. start-badges.*^.. end-badges', re.M | re.S)
.sub('', read('README.rst')),
re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))
),
author='Stephan Günther',
Expand All @@ -41,7 +42,10 @@ def read(*names, **kwargs):
include_package_data=True,
zip_safe=False,
classifiers=[
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
# complete classifier list:
#
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
#
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit da4cee8

Please sign in to comment.