grim/local-pipelines

Parents 7ec68112cd17
Children
Add the license field to setup.py and remove monthly downloads from pypi since they've removed that for now
  • +0 -1
    README.md
  • +1 -0
    setup.py
  • --- a/README.md Mon Sep 19 13:27:14 2016 -0500
    +++ b/README.md Thu Oct 13 10:00:03 2016 -0500
    @@ -9,7 +9,6 @@
    [![PyPI](https://img.shields.io/pypi/status/local-pipelines.svg?maxAge=2592000)]()
    [![PyPI](https://img.shields.io/pypi/pyversions/local-pipelines.svg?maxAge=2592000)]()
    [![PyPI](https://img.shields.io/pypi/l/local-pipelines.svg?maxAge=2592000)]()
    -[![PyPI](https://img.shields.io/pypi/dm/local-pipelines.svg?maxAge=2592000)]()
    ## Installation
    --- a/setup.py Mon Sep 19 13:27:14 2016 -0500
    +++ b/setup.py Thu Oct 13 10:00:03 2016 -0500
    @@ -45,6 +45,7 @@
    name='local-pipelines',
    version=__version__,
    description=_DESC,
    + license='GPLv3+',
    packages=find_packages('.'),
    install_requires=install_requires,
    zip_safe=True,