grim/local-pipelines

pypi is verify specific about this
draft
2016-09-10, Gary Kramlich
40a54f95d0e4
Parents 37822e624f94
Children e7e04c5bbdf2
pypi is verify specific about this
  • +2 -3
    setup.py
  • --- a/setup.py Sat Sep 10 22:04:57 2016 -0500
    +++ b/setup.py Sat Sep 10 22:08:16 2016 -0500
    @@ -23,9 +23,8 @@
    from pipelines import __version__
    -_DESC = """local-pipelines is a parser for bitbucket-pipelines.yml files that
    -will run the pipeline using your local docker-engine.
    -"""
    +_DESC = "local-pipelines is a parser for bitbucket-pipelines.yml files that " +
    + "will run the pipeline using your local docker-engine."
    def main():