Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jmcgeheeiv/pyfakefs
Browse files Browse the repository at this point in the history
  • Loading branch information
John McGehee committed May 17, 2015
2 parents b3eeb20 + d20208c commit a73695b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -11,6 +11,7 @@
'fake_filesystem_shutil',
'fake_tempfile',
'fake_filesystem_unittest']
REQUIRES = ['mock']
DESCRIPTION = 'Fakes file system modules for automated developer testing.'

URL = "https://code.google.com/p/pyfakefs"
Expand Down Expand Up @@ -45,6 +46,7 @@
name=NAME,
version=__version__,
py_modules=MODULES,
install_requires=REQUIRES,

# metadata for upload to PyPI
author=AUTHOR,
Expand Down

0 comments on commit a73695b

Please sign in to comment.