diff --git a/named-readtables/LICENSE b/LICENSE similarity index 100% rename from named-readtables/LICENSE rename to LICENSE diff --git a/named-readtables/cruft.lisp b/cruft.lisp similarity index 100% rename from named-readtables/cruft.lisp rename to cruft.lisp diff --git a/named-readtables/define-api.lisp b/define-api.lisp similarity index 100% rename from named-readtables/define-api.lisp rename to define-api.lisp diff --git a/named-readtables/doc/named-readtables.html b/doc/named-readtables.html similarity index 100% rename from named-readtables/doc/named-readtables.html rename to doc/named-readtables.html diff --git a/named-readtables/named-readtables.asd b/named-readtables.asd similarity index 100% rename from named-readtables/named-readtables.asd rename to named-readtables.asd diff --git a/named-readtables/named-readtables.lisp b/named-readtables.lisp similarity index 100% rename from named-readtables/named-readtables.lisp rename to named-readtables.lisp diff --git a/named-readtables/package.lisp b/package.lisp similarity index 100% rename from named-readtables/package.lisp rename to package.lisp diff --git a/named-readtables/tests/package.fasl b/tests/package.fasl similarity index 100% rename from named-readtables/tests/package.fasl rename to tests/package.fasl diff --git a/named-readtables/tests/package.lisp b/tests/package.lisp similarity index 100% rename from named-readtables/tests/package.lisp rename to tests/package.lisp diff --git a/named-readtables/tests/rt.fasl b/tests/rt.fasl similarity index 100% rename from named-readtables/tests/rt.fasl rename to tests/rt.fasl diff --git a/named-readtables/tests/rt.lisp b/tests/rt.lisp similarity index 100% rename from named-readtables/tests/rt.lisp rename to tests/rt.lisp diff --git a/named-readtables/tests/tests.fasl b/tests/tests.fasl similarity index 100% rename from named-readtables/tests/tests.fasl rename to tests/tests.fasl diff --git a/named-readtables/tests/tests.lisp b/tests/tests.lisp similarity index 100% rename from named-readtables/tests/tests.lisp rename to tests/tests.lisp diff --git a/named-readtables/utils.lisp b/utils.lisp similarity index 100% rename from named-readtables/utils.lisp rename to utils.lisp