diff --git a/setup.py b/setup.py new file mode 100644 index 00000000..fb27358a --- /dev/null +++ b/setup.py @@ -0,0 +1,12 @@ +#!/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'], + ) \ No newline at end of file