diff --git a/.hgignore b/.hgignore
index df1cec206fab5b87d0a9247005813c5bc2c2c895_LmhnaWdub3Jl..77bc688f2d5014dec010f849e7a4036ee9ca425d_LmhnaWdub3Jl 100644
--- a/.hgignore
+++ b/.hgignore
@@ -52,8 +52,7 @@
 */*.png
 
 */*_pythran.cpp
-**/_pythran/_*.py
-**/_pythran/_*.cpp
+**/__pythran__/*
 
 bench/results_bench/*.json
 bench/oar_launcher_*
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index df1cec206fab5b87d0a9247005813c5bc2c2c895_Yml0YnVja2V0LXBpcGVsaW5lcy55bWw=..77bc688f2d5014dec010f849e7a4036ee9ca425d_Yml0YnVja2V0LXBpcGVsaW5lcy55bWw= 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -14,5 +14,5 @@
             caches:
               - pip
             script:
-              - pip install -U tox "fluidpythran>=0.0.6" --user
+              - pip install -U tox "fluidpythran>=0.0.8" --user
               - tox -e py36,codecov
diff --git a/pyproject.toml b/pyproject.toml
index df1cec206fab5b87d0a9247005813c5bc2c2c895_cHlwcm9qZWN0LnRvbWw=..77bc688f2d5014dec010f849e7a4036ee9ca425d_cHlwcm9qZWN0LnRvbWw= 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,2 +1,2 @@
 [build-system]
-requires = ["setuptools", "wheel", "numpy", "fluidpythran>=0.0.4"]
\ No newline at end of file
+requires = ["setuptools", "wheel", "numpy", "fluidpythran>=0.0.8"]
\ No newline at end of file
diff --git a/setup.cfg b/setup.cfg
index df1cec206fab5b87d0a9247005813c5bc2c2c895_c2V0dXAuY2Zn..77bc688f2d5014dec010f849e7a4036ee9ca425d_c2V0dXAuY2Zn 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,5 +21,5 @@
 
 [options]
 setup_requires =
-    fluidpythran>=0.0.6
+    fluidpythran>=0.0.8
     numpy
diff --git a/setup.py b/setup.py
index df1cec206fab5b87d0a9247005813c5bc2c2c895_c2V0dXAucHk=..77bc688f2d5014dec010f849e7a4036ee9ca425d_c2V0dXAucHk= 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@
 
 here = Path(__file__).parent.absolute()
 
-from fluidpythran.files_maker import make_pythran_files
+from fluidpythran.dist import make_pythran_files
 
 paths = ["fluidsim/base/time_stepping/pseudo_spect.py"]
 make_pythran_files([here / path for path in paths])
diff --git a/tox.ini b/tox.ini
index df1cec206fab5b87d0a9247005813c5bc2c2c895_dG94LmluaQ==..77bc688f2d5014dec010f849e7a4036ee9ca425d_dG94LmluaQ== 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,7 @@
 deps =
     pip==18.0
     coverage
-    fluidpythran>=0.0.6
+    fluidpythran>=0.0.8
     mako
     numpy
     matplotlib