--- 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'