Update README (renamed to README.rst so Github will render it)

This commit is contained in:
Lance Stout
2011-08-18 01:04:59 -07:00
parent fb78bf0996
commit 8d998d71a3
3 changed files with 92 additions and 51 deletions

View File

@@ -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',