Skip to content

Commit c9751bb

Browse files
committed
Add CONTRIBUTING.rst to MANIFEST.in
Also, intentionally exclude TravisCI files, to match excluding test files, and make check-manifest happy.
1 parent bb9de3c commit c9751bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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

0 commit comments

Comments
 (0)