From dcd49ef61220881e076ff7b3164ec721ab665c0b Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Sat, 17 Apr 2010 22:13:23 +0200 Subject: [PATCH] Hmm, can't use read --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9ed0f25..9bfe8f8 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='python-saml2', version='0.0.6', description='Python library for SAML Version 2', - long_description = read("README"), +# long_description = read("README"), author='Roland Hedberg', author_email='roland.hedberg@adm.umu.se', license='Apache 2.0',