Created
July 23, 2015 12:33
-
-
Save jerith/b72940cd8262675f4d9e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/MANIFEST.in b/MANIFEST.in | |
| index dd501b5..7461368 100644 | |
| --- a/MANIFEST.in | |
| +++ b/MANIFEST.in | |
| @@ -13,6 +13,7 @@ include *.sh | |
| include go/js_paths.yml | |
| recursive-include go/templates * | |
| recursive-include go/*/templates * | |
| +recursive-include go/apps/*/templates * | |
| recursive-include go/fixtures * | |
| recursive-include go/*/fixtures * | |
| recursive-include go/*/static * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment