Install zsh completions

This commit is contained in:
a-sk 2013-08-29 19:06:05 +04:00
parent f20c0aba20
commit a781f6a8f7
1 changed files with 2 additions and 1 deletions

View File

@ -12,5 +12,6 @@ setup(name='cheat',
packages=['cheatsheets'],
package_data={'cheatsheets': [f for f in os.listdir('cheatsheets')
if '.' not in f]},
scripts=['cheat']
scripts=['cheat'],
data_files=[('/usr/share/zsh/site-functions', ['_cheat'])]
)