from distutils.core import setup setup( name='selfprivacy-storage-api', version='0.0.1', scripts=['main.py',], )