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 5453888 commit 7bde529Copy full SHA for 7bde529
setup.py
@@ -74,9 +74,9 @@ def _stamp_version(filename):
74
author="Sebastian Thiel, Michael Trier",
75
author_email="byronimo@gmail.com, mtrier@gmail.com",
76
url="https://github.com/gitpython-developers/GitPython",
77
- packages=find_packages('.'),
+ packages=find_packages(exclude=("test.*")),
78
+ include_package_data=True,
79
py_modules=['git.' + f[:-3] for f in os.listdir('./git') if f.endswith('.py')],
- package_data={'git.test': ['fixtures/*']},
80
package_dir={'git': 'git'},
81
python_requires='>=3.4',
82
install_requires=requirements,
0 commit comments