diff options
Diffstat (limited to 'Lib/test/setup_testcppext.py')
-rw-r--r-- | Lib/test/setup_testcppext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/setup_testcppext.py b/Lib/test/setup_testcppext.py index 892e24a..ae81e33 100644 --- a/Lib/test/setup_testcppext.py +++ b/Lib/test/setup_testcppext.py @@ -46,7 +46,7 @@ def main(): sources=[SOURCE], language='c++', extra_compile_args=cppflags) - setup(name=name, ext_modules=[cpp_ext]) + setup(name='internal' + name, version='0.0', ext_modules=[cpp_ext]) if __name__ == "__main__": |