From 8b919b666f36efc2c6eeb8ee643718cd1c554dd8 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 23 May 2013 13:36:59 -0400 Subject: [PATCH] README.md is gone so tweak setup. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57c6341d8e..cc9e49448c 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( author='AnsibleWorks, Inc.', author_email='support@ansibleworks.com', description='AnsibleWorks API, UI and Task Engine', - long_description=file('README.md', 'rb').read(), + long_description='AnsibleWorks API, UI and Task Engine', license='Proprietary', keywords='ansible', url='http://github.com/ansible/ansible-commander',