aboutsummaryrefslogtreecommitdiff
path: root/python/python3-flit/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-09-09 10:48:48 +0100
committerDave Woodfall <dave@slackbuilds.org>2022-09-09 10:48:48 +0100
commitb5bef7675cf6b85131e974944f45abb5acadb991 (patch)
tree2925b21bf2ced24398a3d0f5cc68598592a054b5 /python/python3-flit/README
parent79fc2c81e2b1ea79f2425c06ab342d8da4797c87 (diff)
python/python3-flit: Added (Simplified packaging of Python modules)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/python3-flit/README')
-rw-r--r--python/python3-flit/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-flit/README b/python/python3-flit/README
new file mode 100644
index 0000000000..eb6c27b3a6
--- /dev/null
+++ b/python/python3-flit/README
@@ -0,0 +1,5 @@
+python3-flit (Simplified packaging of Python modules)
+
+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.