From e4b966ed92c4281bca32f60c998dfff944c4d874 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sat, 24 Sep 2022 00:02:20 +0100 Subject: python/python3-editables: Added (A lib for creating editable wheels) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-editables/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python3-editables/README (limited to 'python/python3-editables/README') diff --git a/python/python3-editables/README b/python/python3-editables/README new file mode 100644 index 0000000000..a3cd52fce8 --- /dev/null +++ b/python/python3-editables/README @@ -0,0 +1,6 @@ +python3-editables (A Python library for creating editable wheels) + +This library supports the building of wheels which, when installed, +will expose packages in a local directory on sys.path in "editable +mode". In other words, changes to the package source will be reflected +in the package visible to Python, without needing a reinstall. -- cgit v1.2.3