From bb618f97c2a0311c4dc29f0a44c717fb7c8c1ef5 Mon Sep 17 00:00:00 2001 From: Marek Marecki Date: Sat, 11 Jan 2014 23:57:33 +0100 Subject: [PATCH] Updated setup.py file --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 52329ea..f185b63 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,10 @@ from setuptools import setup, find_packages setup(name='diaspy', version='0.4.2', - author='Moritz Kiefer', - author_email='moritz.kiefer@gmail.com', - url='https://github.com/Javafant/diaspora-api', - description='A Python API to the social network Diaspora*', + author='Marek Marecki', + author_email='hi@ozro.pw', + url='https://github.com/marekjm/diaspy', + description='Unofficial Python API to the social network Diaspora*', packages=find_packages(), install_requires=['requests'] ) -- 2.25.1