Skip to content

Commit

Permalink
Removing newline from setup.py to fix multiline-description error
Browse files Browse the repository at this point in the history
This fixes #1106
  • Loading branch information
erikvansebille committed Nov 17, 2021
1 parent 280de52 commit b3a4424
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
from distutils.core import setup, find_packages

setup(name='parcels',
description="""Framework for Lagrangian tracking of virtual
ocean particles in the petascale age.""",
description="""Framework for Lagrangian tracking of virtual ocean particles in the petascale age.""",
author="oceanparcels.org team",
use_scm_version={'write_to': 'parcels/_version_setup.py'},
setup_requires=['setuptools_scm', 'setuptools_scm_git_archive'],
Expand Down

0 comments on commit b3a4424

Please sign in to comment.