gentoo-ebuilds/dev-vcs/git-machete/files/git-machete-3.24.2_no-strays-in-site-packages.patch
Marek Szuba 64e5e87b80
dev-vcs/git-machete: add 3.24.2, drop 3.22.0
Closes: https://bugs.gentoo.org/922815
Closes: https://bugs.gentoo.org/925302
Signed-off-by: Marek Szuba <marecki@gentoo.org>
2024-04-07 02:03:21 +01:00

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