aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-05-27 01:19:07 -0400
committerMike Crute <mcrute@gmail.com>2010-05-27 01:19:07 -0400
commit73b619737bad62f1a0e1b3fdd92e43c976adb22d (patch)
treedc5202861afd088b7548048ae2b384e75cb16390
parent5a68ee32fe6ec7a381a16245f85fde210500dfd7 (diff)
downloadchishop-73b619737bad62f1a0e1b3fdd92e43c976adb22d.tar.bz2
chishop-73b619737bad62f1a0e1b3fdd92e43c976adb22d.tar.xz
chishop-73b619737bad62f1a0e1b3fdd92e43c976adb22d.zip
Documenting channels.
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 0414c56..8f4cfed 100644
--- a/README
+++ b/README
@@ -27,6 +27,16 @@ In production
27You may want to copy the file ``chishop/production_example.py`` and modify 27You may want to copy the file ``chishop/production_example.py`` and modify
28for use as your production settings. 28for use as your production settings.
29 29
30Channels
31========
32
33Channels permit package authors to post development, stage testing, stable and
34other types of packages and tag them with a channel. A package consumer can then
35set easy_install to use the channel URL to find links to packages.
36
37Channels are designed to allow packages to continue to be developed while a
38known-stable set of packages are deployed (ex: development vs. production).
39
30Using Setuptools 40Using Setuptools
31================ 41================
32 42