diff --git a/python/LICENSE.txt b/cffi/LICENSE.txt similarity index 100% rename from python/LICENSE.txt rename to cffi/LICENSE.txt diff --git a/python/README.md b/cffi/README.md similarity index 100% rename from python/README.md rename to cffi/README.md diff --git a/python/notcurses-direct-pydemo b/cffi/notcurses-direct-pydemo similarity index 100% rename from python/notcurses-direct-pydemo rename to cffi/notcurses-direct-pydemo diff --git a/python/notcurses-direct-pydemo.1.md b/cffi/notcurses-direct-pydemo.1.md similarity index 100% rename from python/notcurses-direct-pydemo.1.md rename to cffi/notcurses-direct-pydemo.1.md diff --git a/python/notcurses-pydemo b/cffi/notcurses-pydemo similarity index 100% rename from python/notcurses-pydemo rename to cffi/notcurses-pydemo diff --git a/python/notcurses-pydemo.1.md b/cffi/notcurses-pydemo.1.md similarity index 100% rename from python/notcurses-pydemo.1.md rename to cffi/notcurses-pydemo.1.md diff --git a/python/setup.cfg b/cffi/setup.cfg similarity index 100% rename from python/setup.cfg rename to cffi/setup.cfg diff --git a/python/setup.py b/cffi/setup.py similarity index 100% rename from python/setup.py rename to cffi/setup.py diff --git a/python/src/notcurses/__init__.py b/cffi/src/notcurses/__init__.py similarity index 100% rename from python/src/notcurses/__init__.py rename to cffi/src/notcurses/__init__.py diff --git a/python/src/notcurses/build_notcurses.py b/cffi/src/notcurses/build_notcurses.py similarity index 100% rename from python/src/notcurses/build_notcurses.py rename to cffi/src/notcurses/build_notcurses.py diff --git a/python/src/notcurses/notcurses.py b/cffi/src/notcurses/notcurses.py similarity index 100% rename from python/src/notcurses/notcurses.py rename to cffi/src/notcurses/notcurses.py