Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit 5e3dbcc

Browse files
committed
Bring gitdb.test back into distribution
1 parent ab45206 commit 5e3dbcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include gitdb/_fun.c
88
include gitdb/_delta_apply.c
99
include gitdb/_delta_apply.h
1010

11-
prune gitdb/test
11+
graft gitdb/test
1212

1313
global-exclude .git*
1414
global-exclude *.pyc

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def get_data_files(self):
8383
author = __author__,
8484
author_email = __contact__,
8585
url = __homepage__,
86-
packages = ('gitdb', 'gitdb.db', 'gitdb.utils'),
86+
packages = ('gitdb', 'gitdb.db', 'gitdb.utils', 'gitdb.test'),
8787
package_dir = {'gitdb':'gitdb'},
8888
ext_modules=[Extension('gitdb._perf', ['gitdb/_fun.c', 'gitdb/_delta_apply.c'], include_dirs=['gitdb'])],
8989
license = "BSD License",

0 commit comments

Comments
 (0)