gentoo-ebuilds/dev-vcs/git-machete/files/git-machete-3.35.1_no-strays-in-site-packages.patch
Alfred Wingate cb5617a2f6
dev-vcs/git-machete: add 3.35.1
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42365
Closes: https://github.com/gentoo/gentoo/pull/42365
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-01 05:12:13 +01:00

11 lines
468 B
Diff

--- 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', 'git_machete/client', 'completion', 'docs/man'],
+ packages=['git_machete', 'git_machete/client'],
entry_points={
'console_scripts': [
'git-machete = git_machete.bin:main'