# HG changeset patch # User Florent Aide <florent.aide@gmail.com> # Date 1410443192 -7200 # Thu Sep 11 15:46:32 2014 +0200 # Node ID 460346a5262c333a3b758e5492b081bdfc22679c # Parent 417a07889474b47b3d363aa8824681e860ed58b5 setup now uses the correct README.rst file diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup(name='py3o.renderers.juno', version=version, description="A Java based driver for py3o", - long_description=open("README.txt").read(), + long_description=open("README.rst").read(), classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules",