Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / PythonAPI / CMakeLists.txt
index a72cecb7fe607b9b43eec6020f2d1c3e922d359d..339fcc396912c3cd2881dea1780fcdf70e3d7d5b 100644 (file)
@@ -1,7 +1,7 @@
 ## Copyright (C) 2014-20xx  OPEN CASCADE
 
 INSTALL(DIRECTORY geom model examples DESTINATION ${SHAPER_INSTALL_PYTHON_API})
-INSTALL(FILES shaper.py DESTINATION ${SHAPER_INSTALL_PYTHON_API})
+INSTALL(FILES __init__.py DESTINATION ${SHAPER_INSTALL_PYTHON_API})
 
 # --------- Unit tests -----------
 INCLUDE(UnitTest)