summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b4cdb15f..54d78c50 100755
--- a/setup.py
+++ b/setup.py
@@ -65,6 +65,7 @@ setup(name = "GitPython",
url = "http://gitorious.org/projects/git-python/",
packages = ['git.'+p for p in find_packages('.')],
py_modules = ['git.'+f[:-3] for f in os.listdir('.') if f.endswith('.py')],
+ package_data = {'git.test' : ['fixtures/*']},
package_dir = {'git':''},
license = "BSD License",
requires=('gitdb (>=0.5.1)',),