From e3449bfcdc2539768fffc8d8c8c02f8d7e23e3be Mon Sep 17 00:00:00 2001 From: mrbean-bremen Date: Mon, 28 Nov 2016 13:40:43 +0100 Subject: [PATCH] Removed accidently left in lines - lines were to be replaced --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index d6142a1c..b4c3f363 100644 --- a/setup.py +++ b/setup.py @@ -35,10 +35,6 @@ LONG_DESCRIPTION = '''Using pyfakefs, your tests operate on a fake file system in memory without touching the real disk. The software under test requires no modification to work with pyfakefs.''' - -readme = os.path.join(os.path.dirname(__file__), 'README.md') -LONG_DESCRIPTION = open(readme).read() - CLASSIFIERS = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Console',