Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pipeline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-pipeline
Commits
131a9bac
Commit
131a9bac
authored
May 25, 2017
by
John Whitlock
Committed by
GitHub
May 25, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #630 from jwhitlock/package-updates
Add coverage badge, update package
parents
bb9de3ce
d69c1428
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
+8
-1
MANIFEST.in
+2
-1
README.rst
+4
-0
setup.py
+2
-0
No files found.
MANIFEST.in
View file @
131a9bac
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
README.rst
View file @
131a9bac
...
...
@@ -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/
...
...
setup.py
View file @
131a9bac
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment