added setup
This commit is contained in:
parent
e1aea96f11
commit
a89435cfd3
12
setup.py
Normal file
12
setup.py
Normal 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'],
|
||||
)
|
Loading…
Reference in New Issue
Block a user