This commit is contained in:
anki-code 2020-03-27 21:22:27 +03:00
parent 6ddb822d56
commit c0278c4f15
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ setuptools.setup(
],
platforms='Unix-like',
scripts=['xxh', 'xxh_xxh/xxh.zsh', 'xxh_xxh/xxh.xsh', 'xxh_xxh/xxh.bash'],
package_data={'xxh_xxh': ['*.py', '*.sh', '*.xxhc', 'xxh.*']},
package_data={'xxh_xxh': ['*.py', '*.xxhc', 'xxh.*']},
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",

View file

@ -6,7 +6,7 @@ from urllib.parse import urlparse
from base64 import b64encode
from .shell import *
XXH_VERSION = '0.6.20'
XXH_VERSION = '0.6.21'
class xxh:
def __init__(self):