summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: b14aed9b33a25dd2149855dff53848e4d8bb08ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include VERSION
include LICENSE
include CHANGES
include AUTHORS
include README

include gitdb/_fun.c
include gitdb/_delta_apply.c
include gitdb/_delta_apply.h

prune gitdb/test

global-exclude .git*
global-exclude *.pyc
global-exclude *.so
global-exclude *.dll
global-exclude *.o