summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDamien Lebrun <dinoboff@hotmail.com>2010-03-28 06:17:00 +0800
committerChris Wanstrath <chris@ozmm.org>2010-03-29 06:50:00 +0800
commit04560acac0c81757962b133a8c501efca5ae8e44 (patch)
treea9c788f25f15a9995b2cbc93526fd9218abba31c /setup.py
parentfeec8f0af7abb2863eb8c1141d9add71932588b7 (diff)
downloadpystache-04560acac0c81757962b133a8c501efca5ae8e44.tar.gz
Convert HISTORY and README to reStructuredText
and use them setup's long_description argument.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 06df4ed..5c9c76d 100644
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,7 @@ if sys.argv[-1] == "publish":
setup(name='pystache',
version='0.2.0',
description='Mustache for Python',
+ long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
author='Chris Wanstrath',
author_email='chris@ozmm.org',
url='http://github.com/defunkt/pystache',