# HG changeset patch # User Steve Losh # Date 1328035608 18000 # Node ID 22ba121d9fe13cf7326cc30caa59fe83d8b904fe # Parent 4519e10bebc95af4661fd8ab447afcbdb5d1a664 Fix long desc. diff -r 4519e10bebc9 -r 22ba121d9fe1 setup.py --- a/setup.py Tue Jan 31 13:46:40 2012 -0500 +++ b/setup.py Tue Jan 31 13:46:48 2012 -0500 @@ -2,7 +2,7 @@ setup( name='d', - version='0.1.0', + version='0.1.1', author='Steve Losh', author_email='steve@stevelosh.com', packages=['d'], @@ -10,7 +10,7 @@ url='http://sjl.bitbucket.org/d/', license='MIT', description="Documentation generation that won't make you tear your hair out.", - long_description=open('README.markdown').read(), + long_description='Read the documentation at http://sjl.bitbucket.org/d/', install_requires=[ 'Markdown', 'pyquery',