#!/usr/bin/env python3 from distutils.core import setup setup(name='Onionr', version='0.0.0', description='P2P Microblogging Platform & Social network.', author='Kevin Froman', author_email='beardog@firemail.cc', url='https://github.com/beardog108/onionr', packages=['requests'], )