diff options
| author | Tails developers | 2013-07-13 09:49:21 +0000 |
|---|---|---|
| committer | jvoisin | 2013-07-13 13:10:04 +0200 |
| commit | 8eb411fec22bcbc35869fb79f2e5071c99f0000a (patch) | |
| tree | b680ebefdb332413457cbf72c7b32f9b69dfc93f | |
| parent | 28845856c4c7731a6ed97f5481295854af8c5b45 (diff) | |
setup.py: include required files in source tarball
| -rw-r--r-- | MANIFEST.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 89b344d..ab958b7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | include README FORMATS LICENSE mat mat-gui | 1 | include README LICENSE mat mat-gui |
| 2 | include TODO mat.desktop | ||
| 3 | include mat.1 mat-gui.1 | ||
| 4 | recursive-include data * | ||
| 2 | recursive-include MAT *.py | 5 | recursive-include MAT *.py |
| 3 | recursive-include test *.py clean.* dirty.* | 6 | recursive-include test *.py clean.* dirty.* |
| 4 | recursive-include po * | 7 | recursive-include po * |
| 8 | recursive-include nautilus *.py | ||
