summaryrefslogtreecommitdiff
path: root/dev-vcs/git-machete/files/git-machete-3.24.2_no-strays-in-site-packages.patch
blob: 912644e6ab78f553b33faba726ee43794da71395 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@
     keywords='git',
     # Non-python directories are only included in `packages` for the sake of bdist_wheel;
     # they have apparently no effect on sdists (only MANIFEST.in matters).
-    packages=['git_machete', 'completion', 'docs/man'],
+    packages=['git_machete'],
     entry_points={
         'console_scripts': [
             'git-machete = git_machete.bin:main'