added support to create remote snapshots

This commit is contained in:
Fredrik Eriksson
2018-12-27 07:55:06 +01:00
parent 8adf8f14f8
commit eee2f12004
3 changed files with 72 additions and 18 deletions

View File

@ -6,7 +6,7 @@ try:
except ImportError:
from distutils import setup
version = '0.2'
version = '0.3'
setup(
name='zsnapper',