Skip to content

Commit

Permalink
include eb_bash_completion.bash in scripts in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Feb 5, 2016
1 parent 2297e55 commit 411431c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def find_rel_test():
packages=easybuild_packages,
package_dir={'test.framework': "test/framework"},
package_data={"test.framework": find_rel_test()},
scripts=["eb", "optcomplete.bash", "minimal_bash_completion.bash"],
scripts=["eb", "optcomplete.bash", "minimal_bash_completion.bash", "eb_bash_completion.bash"],
data_files=[('easybuild/scripts', glob.glob('easybuild/scripts/*'))],
long_description=read('README.rst'),
classifiers=[
Expand Down

0 comments on commit 411431c

Please sign in to comment.