Commit 2bc90a5bc6051fb51a914adfc98e72ac792557e1
1 parent
66233ec5
Exists in
master
and in
1 other branch
Add templates to MANIFEST.in
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
MANIFEST.in
@@ -6,3 +6,4 @@ include DESCRIPTION.rst | @@ -6,3 +6,4 @@ include DESCRIPTION.rst | ||
6 | # If using Python 2.6 or less, then have to include package data, even though | 6 | # If using Python 2.6 or less, then have to include package data, even though |
7 | # it's already declared in setup.py | 7 | # it's already declared in setup.py |
8 | include requirements.txt | 8 | include requirements.txt |
9 | +recursive-include colab/proxy/gitlab/templates * |