mirror of
https://github.com/xxh/xxh
synced 2024-11-27 06:00:21 +00:00
0.5.6
This commit is contained in:
parent
4e4a42e6ae
commit
d65516fb8b
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -18,7 +18,7 @@ setuptools.setup(
|
|||
'pyyaml'
|
||||
],
|
||||
platforms='Unix-like',
|
||||
scripts=['xxh','xxhp','xxh.zsh'],
|
||||
scripts=['xxh','xxhp','xxh.zsh','xxh.xsh'],
|
||||
package_data={'xonssh_xxh':['*.xsh', '*.sh']},
|
||||
packages=setuptools.find_packages(),
|
||||
classifiers=[
|
||||
|
@ -33,4 +33,4 @@ setuptools.setup(
|
|||
license="BSD",
|
||||
author="xxh",
|
||||
author_email="author@example.com"
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue