diff --git a/persoconf/README b/README similarity index 100% rename from persoconf/README rename to README diff --git a/persoconf/commands/__init__.py b/commands/__init__.py similarity index 100% rename from persoconf/commands/__init__.py rename to commands/__init__.py diff --git a/persoconf/commands/add.py b/commands/add.py similarity index 100% rename from persoconf/commands/add.py rename to commands/add.py diff --git a/persoconf/commands/check.py b/commands/check.py similarity index 100% rename from persoconf/commands/check.py rename to commands/check.py diff --git a/persoconf/commands/delete.py b/commands/delete.py similarity index 100% rename from persoconf/commands/delete.py rename to commands/delete.py diff --git a/persoconf/commands/list.py b/commands/list.py similarity index 100% rename from persoconf/commands/list.py rename to commands/list.py diff --git a/persoconf/commands/package.py b/commands/package.py similarity index 100% rename from persoconf/commands/package.py rename to commands/package.py diff --git a/persoconf/commands/update.py b/commands/update.py similarity index 100% rename from persoconf/commands/update.py rename to commands/update.py diff --git a/persoconf/main.py b/main.py similarity index 100% rename from persoconf/main.py rename to main.py diff --git a/persoconf/metafile.py b/metafile.py similarity index 100% rename from persoconf/metafile.py rename to metafile.py diff --git a/persoconf/persoconf.py b/persoconf.py similarity index 100% rename from persoconf/persoconf.py rename to persoconf.py diff --git a/persoconf/utils.py b/utils.py similarity index 100% rename from persoconf/utils.py rename to utils.py