mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 07:04:13 +02:00
Closes: https://bugs.gentoo.org/922815 Closes: https://bugs.gentoo.org/925302 Signed-off-by: Marek Szuba <marecki@gentoo.org>
11 lines
424 B
Diff
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'
|