We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9de3c commit c9751bbCopy full SHA for c9751bb
MANIFEST.in
@@ -1,10 +1,11 @@
1
recursive-include pipeline/templates *.html *.jinja
2
recursive-include pipeline/jinja2 *.html *.jinja
3
-include AUTHORS LICENSE README.rst HISTORY.rst
+include AUTHORS LICENSE README.rst HISTORY.rst CONTRIBUTING.rst
4
recursive-include tests *
5
recursive-exclude tests *.pyc *.pyo
6
recursive-exclude tests/node_modules *
7
recursive-exclude tests/npm-cache *
8
recursive-exclude tests/npm *
9
include docs/Makefile docs/make.bat docs/conf.py
10
recursive-include docs *.rst
11
+exclude package.json requirements.txt tox.ini
0 commit comments