Commit 131a9bac by John Whitlock Committed by GitHub

Merge pull request #630 from jwhitlock/package-updates

Add coverage badge, update package
parents bb9de3ce d69c1428
recursive-include pipeline/templates *.html *.jinja recursive-include pipeline/templates *.html *.jinja
recursive-include pipeline/jinja2 *.html *.jinja recursive-include pipeline/jinja2 *.html *.jinja
include AUTHORS LICENSE README.rst HISTORY.rst include AUTHORS LICENSE README.rst HISTORY.rst CONTRIBUTING.rst
recursive-include tests * recursive-include tests *
recursive-exclude tests *.pyc *.pyo recursive-exclude tests *.pyc *.pyo
recursive-exclude tests/node_modules * recursive-exclude tests/node_modules *
...@@ -8,3 +8,4 @@ recursive-exclude tests/npm-cache * ...@@ -8,3 +8,4 @@ recursive-exclude tests/npm-cache *
recursive-exclude tests/npm * recursive-exclude tests/npm *
include docs/Makefile docs/make.bat docs/conf.py include docs/Makefile docs/make.bat docs/conf.py
recursive-include docs *.rst recursive-include docs *.rst
exclude package.json requirements.txt tox.ini
...@@ -5,10 +5,14 @@ Pipeline ...@@ -5,10 +5,14 @@ Pipeline
:alt: Build Status :alt: Build Status
:target: http://travis-ci.org/jazzband/django-pipeline :target: http://travis-ci.org/jazzband/django-pipeline
.. image:: https://coveralls.io/repos/github/jazzband/django-pipeline/badge.svg?branch=master
:alt: Code Coverage
:target: https://coveralls.io/github/jazzband/django-pipeline?branch=master
.. image:: https://jazzband.co/static/img/badge.svg .. image:: https://jazzband.co/static/img/badge.svg
:alt: Jazzband :alt: Jazzband
:target: https://jazzband.co/ :target: https://jazzband.co/
.. image:: https://badge.fury.io/py/django-pipeline.svg .. image:: https://badge.fury.io/py/django-pipeline.svg
:alt: PYPI :alt: PYPI
:target: https://badge.fury.io/py/django-pipeline :target: https://badge.fury.io/py/django-pipeline
......
...@@ -22,6 +22,8 @@ setup( ...@@ -22,6 +22,8 @@ setup(
zip_safe=False, zip_safe=False,
install_requires=install_requires, install_requires=install_requires,
include_package_data=True, include_package_data=True,
keywords=('django pipeline asset compiling concatenation compression'
' packaging'),
classifiers=[ classifiers=[
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment', 'Environment :: Web Environment',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment