fix copy-pasted template

This commit is contained in:
Ehsan Azarnasab 2015-08-20 14:42:13 -07:00
parent 25f0ab83cb
commit 78203d3607
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#
# MANIFEST.in
#
# Manifest template for creating the PySide source distribution.
# Manifest template for creating the dlib source distribution.
include MANIFEST.in
include setup.py

View File

@ -304,7 +304,7 @@ class build(_build):
"""
if cmake_path is None:
raise DistutilsSetupError("Cannot find cmake in the path. Please specify its path with --cmake parameter.")
platform_arch = platform.architecture()[0]
log.info("Detected Python architecture: %s" % platform_arch)