summaryrefslogtreecommitdiffstats
path: root/Doc/library/distribution.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/distribution.rst')
-rw-r--r--Doc/library/distribution.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/Doc/library/distribution.rst b/Doc/library/distribution.rst
new file mode 100644
index 0000000..fb3f5df
--- /dev/null
+++ b/Doc/library/distribution.rst
@@ -0,0 +1,14 @@
+***********************************
+Software Packaging and Distribution
+***********************************
+
+These libraries help you with publishing and installing Python software.
+While these modules are designed to work in conjunction with the
+`Python Package Index <https://pypi.python.org>`__, they can also be used
+with a local index server, or without any index server at all.
+
+.. toctree::
+
+ distutils.rst
+ ensurepip.rst
+ venv.rst