diff --git a/__init__.py b/cubicweb_link/__init__.py
similarity index 100%
rename from __init__.py
rename to cubicweb_link/__init__.py
diff --git a/__pkginfo__.py b/cubicweb_link/__pkginfo__.py
similarity index 100%
rename from __pkginfo__.py
rename to cubicweb_link/__pkginfo__.py
diff --git a/data/icon_link.gif b/cubicweb_link/data/icon_link.gif
similarity index 100%
rename from data/icon_link.gif
rename to cubicweb_link/data/icon_link.gif
diff --git a/entities.py b/cubicweb_link/entities.py
similarity index 100%
rename from entities.py
rename to cubicweb_link/entities.py
diff --git a/hooks.py b/cubicweb_link/hooks.py
similarity index 100%
rename from hooks.py
rename to cubicweb_link/hooks.py
diff --git a/i18n/en.po b/cubicweb_link/i18n/en.po
similarity index 100%
rename from i18n/en.po
rename to cubicweb_link/i18n/en.po
diff --git a/i18n/fr.po b/cubicweb_link/i18n/fr.po
similarity index 100%
rename from i18n/fr.po
rename to cubicweb_link/i18n/fr.po
diff --git a/migration/1.7.0_Any.py b/cubicweb_link/migration/1.7.0_Any.py
similarity index 100%
rename from migration/1.7.0_Any.py
rename to cubicweb_link/migration/1.7.0_Any.py
diff --git a/migration/postcreate.py b/cubicweb_link/migration/postcreate.py
similarity index 100%
rename from migration/postcreate.py
rename to cubicweb_link/migration/postcreate.py
diff --git a/schema.py b/cubicweb_link/schema.py
similarity index 100%
rename from schema.py
rename to cubicweb_link/schema.py
diff --git a/uiprops.py b/cubicweb_link/uiprops.py
similarity index 100%
rename from uiprops.py
rename to cubicweb_link/uiprops.py
diff --git a/views.py b/cubicweb_link/views.py
similarity index 100%
rename from views.py
rename to cubicweb_link/views.py