grim/local-pipelines

94b06e7f5d94
Parents 5b82ee16c072
Children 320a97ac5fe4
Tweak some trove classifications and add some badges to the readme
  • +6 -0
    README.md
  • +5 -0
    setup.py
  • --- a/README.md Thu Jul 28 17:26:50 2016 -0500
    +++ b/README.md Fri Jul 29 12:38:42 2016 -0500
    @@ -5,6 +5,12 @@
    status. It supports both [Mercurial](https://www.mercurial-scm.org/) and
    [Git](https://git-scm.com/).
    +[![PyPI](https://img.shields.io/pypi/v/local-pipelines.svg?maxAge=2592000)]()
    +[![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
    local-pipelines can be easily installed from [pypi](https://pypi.python.org).
    --- a/setup.py Thu Jul 28 17:26:50 2016 -0500
    +++ b/setup.py Fri Jul 29 12:38:42 2016 -0500
    @@ -59,11 +59,16 @@
    'Development Status :: 4 - Beta',
    'Environment :: Console',
    'Intended Audience :: Developers',
    + 'License :: DFSG approved',
    'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', # noqa
    + 'Natural Language :: English',
    'Operating System :: MacOS :: MacOS X',
    'Operating System :: Microsoft :: Windows',
    'Operating System :: POSIX',
    'Programming Language :: Python',
    + 'Programming Language :: Python :: 2.7',
    + 'Programming Language :: Python :: 3.4',
    + 'Programming Language :: Python :: 3.5',
    'Topic :: Software Development :: Build Tools',
    'Topic :: Software Development :: Quality Assurance',
    'Topic :: Software Development :: Testing',