diff --git a/fbcrawl/__init__.py b/__init__.py similarity index 100% rename from fbcrawl/__init__.py rename to __init__.py diff --git a/fbcrawl/items.py b/items.py similarity index 100% rename from fbcrawl/items.py rename to items.py diff --git a/fbcrawl/middlewares.py b/middlewares.py similarity index 100% rename from fbcrawl/middlewares.py rename to middlewares.py diff --git a/fbcrawl/pipelines.py b/pipelines.py similarity index 100% rename from fbcrawl/pipelines.py rename to pipelines.py diff --git a/fbcrawl/settings.py b/settings.py similarity index 100% rename from fbcrawl/settings.py rename to settings.py diff --git a/fbcrawl/spiders/__init__.py b/spiders/__init__.py similarity index 100% rename from fbcrawl/spiders/__init__.py rename to spiders/__init__.py diff --git a/fbcrawl/spiders/fbcrawl.py b/spiders/fbcrawl.py similarity index 100% rename from fbcrawl/spiders/fbcrawl.py rename to spiders/fbcrawl.py