File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
recursive-include pipeline/templates *.html *.jinja
2
2
recursive-include pipeline/jinja2 *.html *.jinja
3
- include AUTHORS LICENSE README.rst HISTORY.rst
3
+ include AUTHORS LICENSE README.rst HISTORY.rst CONTRIBUTING.rst
4
4
recursive-include tests *
5
5
recursive-exclude tests *.pyc *.pyo
6
6
recursive-exclude tests/node_modules *
7
7
recursive-exclude tests/npm-cache *
8
8
recursive-exclude tests/npm *
9
9
include docs/Makefile docs/make.bat docs/conf.py
10
10
recursive-include docs *.rst
11
+ exclude package.json requirements.txt tox.ini
Original file line number Diff line number Diff line change @@ -5,10 +5,14 @@ Pipeline
5
5
:alt: Build Status
6
6
:target: http://travis-ci.org/jazzband/django-pipeline
7
7
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
+
8
12
.. image :: https://jazzband.co/static/img/badge.svg
9
13
:alt: Jazzband
10
14
:target: https://jazzband.co/
11
-
15
+
12
16
.. image :: https://badge.fury.io/py/django-pipeline.svg
13
17
:alt: PYPI
14
18
:target: https://badge.fury.io/py/django-pipeline
Original file line number Diff line number Diff line change 22
22
zip_safe = False ,
23
23
install_requires = install_requires ,
24
24
include_package_data = True ,
25
+ keywords = ('django pipeline asset compiling concatenation compression'
26
+ ' packaging' ),
25
27
classifiers = [
26
28
'Development Status :: 5 - Production/Stable' ,
27
29
'Environment :: Web Environment' ,
You can’t perform that action at this time.
0 commit comments