From f3d91ca75500285d19c6ae2d4bf018452ad822a6 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 22 Jan 2015 18:56:28 +0100 Subject: Bumped version to 0.3.6 Unfortunately, installation of a executable script has proven to be so difficult thanks setuptools gloriousness, which will force me to remove that feature --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d35301ae..d2d8f2fa 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ setup( url="https://github.com/gitpython-developers/GitPython", packages=find_packages('.'), py_modules=['git.' + f[:-3] for f in os.listdir('./git') if f.endswith('.py')], - package_data={'git.test': ['fixtures/*']}, + package_data={'git.test': ['fixtures/*'], 'git' : ['scripts/*']}, package_dir={'git': 'git'}, license="BSD License", requires=['gitdb (>=0.6.4)'], -- cgit v1.2.1