Skip to content

Commit 131a9ba

Browse files
authored
Merge pull request jazzband#630 from jwhitlock/package-updates
Add coverage badge, update package
2 parents bb9de3c + d69c142 commit 131a9ba

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
recursive-include pipeline/templates *.html *.jinja
22
recursive-include pipeline/jinja2 *.html *.jinja
3-
include AUTHORS LICENSE README.rst HISTORY.rst
3+
include AUTHORS LICENSE README.rst HISTORY.rst CONTRIBUTING.rst
44
recursive-include tests *
55
recursive-exclude tests *.pyc *.pyo
66
recursive-exclude tests/node_modules *
77
recursive-exclude tests/npm-cache *
88
recursive-exclude tests/npm *
99
include docs/Makefile docs/make.bat docs/conf.py
1010
recursive-include docs *.rst
11+
exclude package.json requirements.txt tox.ini

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ Pipeline
55
:alt: Build Status
66
:target: http://travis-ci.org/jazzband/django-pipeline
77

8+
.. image:: https://coveralls.io/repos/github/jazzband/django-pipeline/badge.svg?branch=master
9+
:alt: Code Coverage
10+
:target: https://coveralls.io/github/jazzband/django-pipeline?branch=master
11+
812
.. image:: https://jazzband.co/static/img/badge.svg
913
:alt: Jazzband
1014
:target: https://jazzband.co/
11-
15+
1216
.. image:: https://badge.fury.io/py/django-pipeline.svg
1317
:alt: PYPI
1418
:target: https://badge.fury.io/py/django-pipeline

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
zip_safe=False,
2323
install_requires=install_requires,
2424
include_package_data=True,
25+
keywords=('django pipeline asset compiling concatenation compression'
26+
' packaging'),
2527
classifiers=[
2628
'Development Status :: 5 - Production/Stable',
2729
'Environment :: Web Environment',

0 commit comments

Comments
 (0)