diff --git a/src/newcrawler/__init__.py b/src/caoscrawler/__init__.py
similarity index 100%
rename from src/newcrawler/__init__.py
rename to src/caoscrawler/__init__.py
diff --git a/src/newcrawler/cfood-schema.yml b/src/caoscrawler/cfood-schema.yml
similarity index 100%
rename from src/newcrawler/cfood-schema.yml
rename to src/caoscrawler/cfood-schema.yml
diff --git a/src/newcrawler/converters.py b/src/caoscrawler/converters.py
similarity index 100%
rename from src/newcrawler/converters.py
rename to src/caoscrawler/converters.py
diff --git a/src/newcrawler/crawl.py b/src/caoscrawler/crawl.py
similarity index 100%
rename from src/newcrawler/crawl.py
rename to src/caoscrawler/crawl.py
diff --git a/src/newcrawler/extension-converters-config-schema.yml b/src/caoscrawler/extension-converters-config-schema.yml
similarity index 100%
rename from src/newcrawler/extension-converters-config-schema.yml
rename to src/caoscrawler/extension-converters-config-schema.yml
diff --git a/src/newcrawler/identifiable_adapters.py b/src/caoscrawler/identifiable_adapters.py
similarity index 100%
rename from src/newcrawler/identifiable_adapters.py
rename to src/caoscrawler/identifiable_adapters.py
diff --git a/src/newcrawler/identified_cache.py b/src/caoscrawler/identified_cache.py
similarity index 100%
rename from src/newcrawler/identified_cache.py
rename to src/caoscrawler/identified_cache.py
diff --git a/src/newcrawler/stores.py b/src/caoscrawler/stores.py
similarity index 100%
rename from src/newcrawler/stores.py
rename to src/caoscrawler/stores.py
diff --git a/src/newcrawler/structure_elements.py b/src/caoscrawler/structure_elements.py
similarity index 100%
rename from src/newcrawler/structure_elements.py
rename to src/caoscrawler/structure_elements.py
diff --git a/src/newcrawler/utils.py b/src/caoscrawler/utils.py
similarity index 100%
rename from src/newcrawler/utils.py
rename to src/caoscrawler/utils.py