summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-08-18 01:04:59 -0700
committerLance Stout <lancestout@gmail.com>2011-08-18 01:04:59 -0700
commit8d998d71a3f21a8ee6e887b87daaed3285329522 (patch)
tree6ede944dc2205e7b3e57870daea66db259a709bd /setup.py
parentfb78bf0996f8412a93cc53240fb55f16212105dc (diff)
downloadslixmpp-8d998d71a3f21a8ee6e887b87daaed3285329522.tar.gz
slixmpp-8d998d71a3f21a8ee6e887b87daaed3285329522.tar.bz2
slixmpp-8d998d71a3f21a8ee6e887b87daaed3285329522.tar.xz
slixmpp-8d998d71a3f21a8ee6e887b87daaed3285329522.zip
Update README (renamed to README.rst so Github will render it)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',