It is possibe to suppress PostErrors when fetching stream
[diaspy.git] / setup.py
CommitLineData
fd37e2db 1from setuptools import setup, find_packages
94bda0aa 2setup(name='diaspy',
e9c6bfab 3 version='0.4.3',
bb618f97
MM
4 author='Marek Marecki',
5 author_email='hi@ozro.pw',
6 url='https://github.com/marekjm/diaspy',
7 description='Unofficial Python API to the social network Diaspora*',
9088535d 8 packages=find_packages(),
fd37e2db 9 install_requires=['requests']
94bda0aa 10 )