minor tweaks for building mussa under setup.py
[mussa.git] / py / module.cpp
index 448b523b89db0f516480495c20c2d9e97c37fa42..9f3a1452866bbb7fdf038494f298952f613e4284 100644 (file)
@@ -8,7 +8,7 @@ void export_nway_paths();
 void export_sequence();
 void export_mussa_window();
 
-BOOST_PYTHON_MODULE(mussa)
+BOOST_PYTHON_MODULE(_mussa)
 {
   export_conserved_path();
   export_glsequence();