From 556ade77a74dc3ed148f57f744299a71fab20727 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Thu, 4 May 2023 23:07:23 +0100 Subject: python/python2-wheel: Added (A built-package format for Python) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python2-wheel/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python2-wheel/README (limited to 'python/python2-wheel/README') diff --git a/python/python2-wheel/README b/python/python2-wheel/README new file mode 100644 index 0000000000..fba926aeab --- /dev/null +++ b/python/python2-wheel/README @@ -0,0 +1,6 @@ +A python2-wheel is a ZIP-format archive with a specially formatted +filename and the .whl extension. It is designed to contain all the +files for a PEP 376 compatible install in a way that is very close +to the on-disk format. + +Optional dependencies: python-keyring -- cgit v1.2.3