aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 70333db9b..a8ac82e95 100644
--- a/setup.py
+++ b/setup.py
@@ -971,6 +971,6 @@ setup(
# overriding the build command to do it using cmake) so things like
# bdist_egg will know that there are extension modules and will name the
# dist with the full platform info.
- #ext_modules = [Extension('QtCore', [])],
+ ext_modules = [Extension('QtCore', [])],
ext_package = 'PySide',
)