Skip to content

Commit

Permalink
Removed accidently left in lines
Browse files Browse the repository at this point in the history
- lines were to be replaced
  • Loading branch information
mrbean-bremen authored Nov 28, 2016
1 parent 787982f commit e3449bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e3449bf

Please sign in to comment.