summaryrefslogtreecommitdiffstats
path: root/python/python3-flit_core/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-flit_core/README')
-rw-r--r--python/python3-flit_core/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/python3-flit_core/README b/python/python3-flit_core/README
deleted file mode 100644
index 67f3ec7efd..0000000000
--- a/python/python3-flit_core/README
+++ /dev/null
@@ -1,9 +0,0 @@
-python3-flit_core (Simplified pkging of Python modules, core backend)
-
-Flit is a simple way to put Python packages and modules on PyPI. It
-tries to require less thought about packaging and help you avoid
-common mistakes.
-
-This provides a PEP 517 build backend for packages using Flit.
-The only public interface is the API specified by PEP 517, at
-``flit_core.buildapi``.