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

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

graft gitdb/test

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