Skip to content

Commit

Permalink
setup.py.in: Modify quotes
Browse files Browse the repository at this point in the history
The new quotes let the packages be uploaded to
PyPI, as the old ones would give errors.
  • Loading branch information
Adrianzatreanu committed Dec 17, 2016
1 parent 2c5d4b2 commit 79ce3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bears/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if __name__ == '__main__':
try:
setup(name=$NAME,
version='$VERSION',
description='$NAME bear for coala (http://coala.rtfd.org/)',
description='''$NAME bear for coala (http://coala.rtfd.org/)''',
authors=$AUTHORS,
authors_emails=$AUTHORS_EMAILS,
maintainers=$MAINTAINERS,
Expand All @@ -28,7 +28,7 @@ if __name__ == '__main__':
license='$LICENSE',
packages=find_packages(exclude=['build.*']),
install_requires=required,
long_description='$LONG_DESCRIPTION',
long_description='''$LONG_DESCRIPTION''',
entry_points={'coalabears': ['$BEAR_NAME = $ENTRY']},
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 79ce3c5

Please sign in to comment.