Skip to content

Commit 411431c

Browse files
committedFeb 5, 2016
include eb_bash_completion.bash in scripts in setup.py
1 parent 2297e55 commit 411431c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def find_rel_test():
9191
packages=easybuild_packages,
9292
package_dir={'test.framework': "test/framework"},
9393
package_data={"test.framework": find_rel_test()},
94-
scripts=["eb", "optcomplete.bash", "minimal_bash_completion.bash"],
94+
scripts=["eb", "optcomplete.bash", "minimal_bash_completion.bash", "eb_bash_completion.bash"],
9595
data_files=[('easybuild/scripts', glob.glob('easybuild/scripts/*'))],
9696
long_description=read('README.rst'),
9797
classifiers=[

0 commit comments

Comments
 (0)
Please sign in to comment.