From 3db64e52b375a4997ade6eeff3e731f1410690f5 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Thu, 7 Apr 2011 02:56:56 -0700 Subject: [PATCH] Edited setup.py via GitHub --- setup.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index e174fc7..5aa2b82 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,7 @@ setup(name='extdirect.django', version=version, description="Ext.Direct implementation for Django", - long_description=open("README.txt").read() + "\n" + - open(os.path.join("docs", "HISTORY.txt")).read(), + long_description=open("README.md").read(), # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers classifiers=[ "Programming Language :: Python", @@ -17,9 +16,9 @@ "Topic :: Software Development :: Libraries :: Python Modules", ], keywords='', - author='Santiago Videla', - author_email='santiago.videla@gmail.com', - url='http://github.com/gsancho/extdirect.django/tree/master', + author='Julien Bouquillon', + author_email='julien@revolunet.com', + url='http://github.com/revolunet/extdirect.django/tree/master', license='BSD', namespace_packages=['extdirect'], packages=find_packages(exclude=['ez_setup']),