Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6810d commit b2d7479Copy full SHA for b2d7479
setup.py
@@ -70,7 +70,7 @@ def _stamp_version(filename):
70
url = "http://gitorious.org/projects/git-python/",
71
packages = find_packages('.'),
72
py_modules = ['git.'+f[:-3] for f in os.listdir('./git') if f.endswith('.py')],
73
- package_data = {'git.test' : ['fixtures/*']},
+ #package_data = {'git.test' : ['fixtures/*']},
74
package_dir = {'git':'git'},
75
license = "BSD License",
76
requires=('gitdb (>=0.5.1)',),
0 commit comments