added setup

master
Kevin Froman 2018-01-14 22:30:42 -06:00
parent e1aea96f11
commit a89435cfd3
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B
1 changed files with 12 additions and 0 deletions

12
setup.py Normal file
View File

@ -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'],
)