From 8d998d71a3f21a8ee6e887b87daaed3285329522 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Thu, 18 Aug 2011 01:04:59 -0700 Subject: Update README (renamed to README.rst so Github will render it) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index adfa1b62..877991a8 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ import sleekxmpp VERSION = sleekxmpp.__version__ DESCRIPTION = 'SleekXMPP is an elegant Python library for XMPP (aka Jabber, Google Talk, etc).' -with open('README') as readme: +with open('README.rst') as readme: LONG_DESCRIPTION = '\n'.join(readme) CLASSIFIERS = [ 'Intended Audience :: Developers', -- cgit v1.2.3