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