Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
[setup] minor change (idention fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Jan 19, 2016
1 parent 5e821b5 commit fd35074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def run(self):
'nose',
]
if sys.version_info.major == 2:
metadata['install_requires'] += ['mock']
metadata['install_requires'] += ['mock']

metadata['package_data'] = {
'pyemma': ['pyemma.cfg', 'logging.yml'],
Expand Down

0 comments on commit fd35074

Please sign in to comment.