diff options
| author | Justin Mayer <entroP@gmail.com> | 2013-11-13 15:13:00 -0800 |
|---|---|---|
| committer | Justin Mayer <entroP@gmail.com> | 2013-11-13 15:13:00 -0800 |
| commit | 7df76dc0a18e67ce601af3a2e00bb3c8c821ad46 (patch) | |
| tree | 1f03204f5b0908e579ca5b8b42165b57bcf4d9b9 | |
| parent | 232fb7aafcde2c957f42d1d0adb0cbda13aeb495 (diff) | |
| download | feedgenerator-7df76dc0a18e67ce601af3a2e00bb3c8c821ad46.tar.gz | |
Correct test directory in MANIFEST.in
The incorrect test directory entry in MANIFEST.in was causing spurious
warnings, confusing folks who thought there might be a problem with the
installation process.
| -rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index ef1218d..16fc83b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,3 @@ include README.rst tox.ini global-include *.py -recursive-include tests * -recursive-exclude tests *.pyc - +recursive-include tests_feedgenerator * |
