From e0557526ded7d406ee77a68bebc2efb9610fec0a Mon Sep 17 00:00:00 2001 From: Roman Lacko Date: Wed, 9 Oct 2013 14:47:06 +0200 Subject: Enable bogus extension module so the dist name will be generated with the full platform info (fix provided by R.Dunn) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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', ) -- cgit v1.2.3