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/jinja2 *.html *.jinja
include AUTHORS LICENSE README.rst HISTORY.rst
include AUTHORS LICENSE README.rst HISTORY.rst CONTRIBUTING.rst
recursive-include tests *
recursive-exclude tests *.pyc *.pyo
recursive-exclude tests/node_modules *
......@@ -8,3 +8,4 @@ recursive-exclude tests/npm-cache *
recursive-exclude tests/npm *
include docs/Makefile docs/make.bat docs/conf.py
recursive-include docs *.rst
exclude package.json requirements.txt tox.ini
......@@ -5,6 +5,10 @@ Pipeline
:alt: Build Status
: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
:alt: Jazzband
:target: https://jazzband.co/
......
......@@ -22,6 +22,8 @@ setup(
zip_safe=False,
install_requires=install_requires,
include_package_data=True,
keywords=('django pipeline asset compiling concatenation compression'
' packaging'),
classifiers=[
'Development Status :: 5 - Production/Stable',
'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