Onionr/setup.py

12 lines
297 B
Python
Raw Normal View History

2018-01-15 04:30:42 +00:00
#!/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'],
)