From 07157676edf71b7534997501d8458a3456841d08 Mon Sep 17 00:00:00 2001 From: Robbert Verbruggen Date: Thu, 22 Jun 2017 08:06:38 +0200 Subject: [PATCH] Removed the long description from setup.py Removed the long description from setup.py because pypi cannot install because it cannot read an md file. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 93405d4..c7e887d 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,6 @@ download_url='https://github.com/rfverbruggen/rachiopy/archive/0.1.1.tar.gz', license='MIT', description='A Python module for the Rachio API.', - long_description=open('README.md').read(), platforms='Cross Platform', classifiers=[ 'Development Status :: 4 - Beta',