Created
September 1, 2015 08:05
-
-
Save jerith/f420c7856768b043d986 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 3fc58cb..9514531 100644 | |
| --- a/MANIFEST.in | |
| +++ b/MANIFEST.in | |
| @@ -22,6 +22,7 @@ include twisted/plugins/*.py | |
| include vumi/demos/tests/wikipedia_sample.xml | |
| include vumi/scripts/tests/sample-smpp-output.log | |
| recursive-include vumi/resources * | |
| +recursive-include vumi *.xml | |
| # 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