Skip to content

Commit

Permalink
typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Jan 16, 2018
1 parent 99bb78d commit 0c1a77f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ recursive-exclude testimages *
recursive-exclude fabio.egg-info *
recursive-exclude build *
recursive-exclude dist *
recursive-exclude pylint *
include version.py
include stdeb.cfg
include setup.cfg
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
__contact__ = "[email protected]"
__license__ = "MIT"
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
__date__ = "15/01/2018"
__date__ = "16/01/2018"
__status__ = "stable"

import sys
Expand Down Expand Up @@ -472,7 +472,7 @@ def finalize_openmp_options(self):
# By default Xcode5 & XCode6 do not support OpenMP, Xcode4 is OK.
osx = tuple([int(i) for i in platform.mac_ver()[0].split(".")])
if osx >= (10, 8):
logger.warning("OpenMP support ignored. Your platform do not support it")
logger.warning("OpenMP support ignored. Your platform does not support it.")
use_openmp = False

# Remove attributes used by distutils parsing
Expand Down

0 comments on commit 0c1a77f

Please sign in to comment.