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

Commit 979c4b8

Browse files
committed
Merge pull request #15 from yarikoptic/master
Bring gitdb.test back into distribution
2 parents ab45206 + 5e3dbcc commit 979c4b8

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)