From 3c8168990dc4a1ce8124923e9c8e80c57ccfc715 Mon Sep 17 00:00:00 2001 From: davidsarah <> Date: Sun, 17 Jul 2011 23:01:52 +0000 Subject: [PATCH] cheeseshop -> pypi [Imported from Trac: page Packaging, version 26] --- Packaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packaging.md b/Packaging.md index b5e01ee..1841f60 100644 --- a/Packaging.md +++ b/Packaging.md @@ -83,7 +83,7 @@ Advantages: * management of dependencies (even on platforms that don't have a native package manager); This is the important feature. - * integration with -- with setuptools we can update the [allmydata-tahoe metadata at the cheeseshop](http://cheeseshop.python.org/pypi/allmydata-tahoe) automatically, and also upload packages to be distributed from cheeseshop + * integration with the [Python Package Index (PyPI)](http://pypi.python.org/pypi) -- with setuptools we can update the [allmydata-tahoe metadata at PyPI](http://pypi.python.org/pypi/allmydata-tahoe) automatically, and also upload packages to be distributed from PyPI * for hackers who like setuptools, this makes using Tahoe convenient and pleasant for them