22ba121d9fe1

Fix long desc.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 31 Jan 2012 13:46:48 -0500
parents 4519e10bebc9
children a89d269c47a6
branches/tags (none)
files setup.py

Changes

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