From 9ca0f897376e765989e92e44628228514f431458 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 21 Nov 2010 20:16:51 +0100 Subject: Updated MANIFEST and setup to include fixtures. Adjusted includes in all tests to work with the new directory structure --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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)',), -- cgit v1.2.3