[Python-checkins] distutils2: doc about the packages_root option

tarek.ziade python-checkins at python.org
Sat Jan 29 14:24:53 CET 2011


tarek.ziade pushed e050062fe83b to distutils2:

http://hg.python.org/distutils2/rev/e050062fe83b
changeset:   914:e050062fe83b
tag:         tip
user:        Tarek Ziade <tarek at ziade.org>
date:        Sat Jan 29 14:24:45 2011 +0100
summary:
  doc about the packages_root option

files:
  docs/source/setupcfg.rst

diff --git a/docs/source/setupcfg.rst b/docs/source/setupcfg.rst
--- a/docs/source/setupcfg.rst
+++ b/docs/source/setupcfg.rst
@@ -128,6 +128,8 @@
 
 This section describes the files included in the project.
 
+- **packages_root**: the root directory containing all packages. If not provided
+  Distutils2 will use the current directory.  *\*optional*
 - **packages**: a list of packages the project includes *\*optional* *\*multi*
 - **modules**: a list of packages the project includes *\*optional* *\*multi*
 - **scripts**: a list of scripts the project includes *\*optional* *\*multi*
@@ -136,6 +138,7 @@
 Example::
 
     [files]
+    packages_root = src
     packages =
             pypi2rpm
             pypi2rpm.command

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list