mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
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>
11 lines
468 B
Diff
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'
|