diff --git a/CMakeLists.txt b/CMakeLists.txt
index 465ad46ac076febf827e8d334f5be395ea96eb42..fa387580d360aae7fb173120ee9b4f830d2568f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,10 +61,10 @@ add_subdirectory(dune)
 add_subdirectory(cmake/modules)
 add_subdirectory(examples EXCLUDE_FROM_ALL)
 
-include(DuneXTInstallPythonPackage)
+include(DunePybindxiInstallPythonPackage)
 # this symlinks all files in python/ to the binary dir and install into the virtualenv from there thereby making the
 # compiled extensions directly usable from the venv
-dune_python_install_package(PATH python)
+dune_pybindxi_install_python_package(PATH python)
 include_dependent_binary_python_dirs()
 # do not change order here
 if(dune-pybindxi_FOUND)
diff --git a/python/setup.py b/python/setup.py.in
similarity index 100%
rename from python/setup.py
rename to python/setup.py.in