mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
Fixing filename error in setup.py
I slightly borked a merge conflict a moment ago.
This commit is contained in:
parent
6cae837a2f
commit
3234d21654
2
setup.py
2
setup.py
@ -17,7 +17,7 @@ setup(name='cheat',
|
|||||||
package_data={'cheatsheets': [f for f in os.listdir('cheatsheets')
|
package_data={'cheatsheets': [f for f in os.listdir('cheatsheets')
|
||||||
if '.' not in f]},
|
if '.' not in f]},
|
||||||
scripts=['cheat'],
|
scripts=['cheat'],
|
||||||
data_files=[('/usr/share/zsh/site-functions', ['autocompletion/cheat.zsh']),
|
data_files=[('/usr/share/zsh/site-functions', ['autocompletion/_cheat.zsh']),
|
||||||
('/etc/bash_completion.d' , ['autocompletion/cheat.bash']),
|
('/etc/bash_completion.d' , ['autocompletion/cheat.bash']),
|
||||||
('/usr/share/fish/completions' , ['autocompletion/cheat.fish'])
|
('/usr/share/fish/completions' , ['autocompletion/cheat.fish'])
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user