grim/pyparser

Clean up the description to make pypi happy
v1.0
2016-08-12, Gary Kramlich
1f5689a9cc7a
Parents fc6ac9b120c4
Children bc9b6299e9de
Clean up the description to make pypi happy
  • +4 -4
    setup.py
  • --- a/setup.py Fri Aug 12 11:21:49 2016 -0500
    +++ b/setup.py Fri Aug 12 11:24:13 2016 -0500
    @@ -5,10 +5,10 @@
    from setuptools import setup, find_packages
    -_DESC = """
    -pyparser is a collection of classes to make it easier to parse text data in a
    -pythonic way.
    -"""
    +_DESC = (
    + 'pyparser is a collection of classes to make it easier to parse text data'
    + 'in a pythonic way.'
    +)
    # add our path to sys.path
    _PATH = os.path.join(os.path.dirname(__file__), 'src')