From f2d3b26fcbf83f1e572875d769144b9cb67f5caa Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 22 Nov 2020 01:45:23 -0500 Subject: [PATCH] move python-cffi to cffi --- {python => cffi}/LICENSE.txt | 0 {python => cffi}/README.md | 0 {python => cffi}/notcurses-direct-pydemo | 0 {python => cffi}/notcurses-direct-pydemo.1.md | 0 {python => cffi}/notcurses-pydemo | 0 {python => cffi}/notcurses-pydemo.1.md | 0 {python => cffi}/setup.cfg | 0 {python => cffi}/setup.py | 0 {python => cffi}/src/notcurses/__init__.py | 0 {python => cffi}/src/notcurses/build_notcurses.py | 0 {python => cffi}/src/notcurses/notcurses.py | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {python => cffi}/LICENSE.txt (100%) rename {python => cffi}/README.md (100%) rename {python => cffi}/notcurses-direct-pydemo (100%) rename {python => cffi}/notcurses-direct-pydemo.1.md (100%) rename {python => cffi}/notcurses-pydemo (100%) rename {python => cffi}/notcurses-pydemo.1.md (100%) rename {python => cffi}/setup.cfg (100%) rename {python => cffi}/setup.py (100%) rename {python => cffi}/src/notcurses/__init__.py (100%) rename {python => cffi}/src/notcurses/build_notcurses.py (100%) rename {python => cffi}/src/notcurses/notcurses.py (100%) 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