Created
July 23, 2015 13:10
-
-
Save jerith/2d9a60221623a805b5f3 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 7461368..b207a2b 100644 | |
| --- a/MANIFEST.in | |
| +++ b/MANIFEST.in | |
| @@ -17,6 +17,7 @@ recursive-include go/apps/*/templates * | |
| recursive-include go/fixtures * | |
| recursive-include go/*/fixtures * | |
| recursive-include go/*/static * | |
| +recursive-include go/apps *.js | |
| # Prune stray bytecode files. | |
| global-exclude *.pyc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment