Renamed readme
diff --git a/setup.py b/setup.py
index 8bd8164..3bb9648 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@
             raise BuildFailed()
 
 
-description = open(os.path.join(os.path.dirname(__file__), 'README')).read()
+readme = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
 
 
 def run_setup(with_binary):
@@ -60,7 +60,7 @@
         author='Armin Ronacher',
         author_email='armin.ronacher@active-4.com',
         description='Implements a XML/HTML/XHTML Markup safe string for Python',
-        long_description=description,
+        long_description=readme,
         zip_safe=False,
         classifiers=[
             'Development Status :: 5 - Production/Stable',