Fix script names

This commit is contained in:
Simeon Warner 2020-12-13 10:22:36 -05:00
parent 92615b9d93
commit 9b19782fa0

View File

@ -42,7 +42,7 @@ setup(
name='resync',
version=version,
packages=['resync'],
scripts=['bin/resync', 'bin/resync-explorer'],
scripts=['resync-sync', 'resync-build', 'resync-explorer'],
classifiers=["Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",