Commit 88c67f9b authored by Jérome Perrin's avatar Jérome Perrin

fixup! New scripts to download & upload manually from command line

parent f9cf0328
...@@ -42,8 +42,8 @@ setup( ...@@ -42,8 +42,8 @@ setup(
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'generate-signature-key = slapos.signature:run', 'generate-signature-key = slapos.signature:run',
'networkcache-download = slapos.libnetworkcache:download', 'networkcache-download = slapos.libnetworkcache:cmd_download',
'networkcache-upload = slapos.libnetworkcache:upload', 'networkcache-upload = slapos.libnetworkcache:cmd_upload',
] ]
}, },
zip_safe=True, zip_safe=True,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment