diff options
| author | Vincent Driessen <me@nvie.com> | 2016-04-25 21:19:38 +0200 |
|---|---|---|
| committer | Vincent Driessen <me@nvie.com> | 2016-04-25 21:19:38 +0200 |
| commit | 25c95ace1d0b55641b75030568eefbccd245a6e3 (patch) | |
| tree | 29c6594af1b40712aa5fdb80fedce0575081803b /MANIFEST.in | |
| parent | a15afe217c7c35d9b71b00c8668ae39823d33247 (diff) | |
| download | GitPython-25c95ace1d0b55641b75030568eefbccd245a6e3.tar.gz GitPython-25c95ace1d0b55641b75030568eefbccd245a6e3.zip | |
Exclude *.pyc files from source tarballs
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c84a9dd3..49297210 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,3 +7,5 @@ include requirements.txt graft git/test/fixtures graft git/test/performance + +global-exclude __pycache__ *.pyc |
