From f292fa48a818d9d4e72c0a41413ceb4931b1e12a Mon Sep 17 00:00:00 2001 From: zooko <> Date: Mon, 16 Jul 2007 18:41:44 +0000 Subject: [PATCH] add desideratum [Imported from Trac: page Packaging, version 4] --- Packaging.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Packaging.md b/Packaging.md index 5530f00..52c2843 100644 --- a/Packaging.md +++ b/Packaging.md @@ -14,6 +14,9 @@ For libraries that Tahoe uses, we have these desiderata: * Make it convenient for someone to use other versions of the packages that we use e.g. system-wide packages or newer or alternate versions, etc.. + * Bundle required libraries with the Tahoe distribution so that if someone downloads the distribution, moves to a desert island without a net connection, and then installs, it works. + + ## setuptools One option is to use a Python packaging tool named [setuptools](http://cheeseshop.python.org/pypi/setuptools).