summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2011-01-29 14:24:45 +0100
committerTarek Ziade <tarek@ziade.org>2011-01-29 14:24:45 +0100
commit90efbceb9ae4231619cba4b689e87e96f46f7345 (patch)
tree0b56b25109035e247ef42219df74e4ff7691ff01 /docs/source
parent5cb11ddf643d4199055ab39e97850e10f61dc5d7 (diff)
downloaddisutils2-90efbceb9ae4231619cba4b689e87e96f46f7345.tar.gz
doc about the packages_root option
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/setupcfg.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/setupcfg.rst b/docs/source/setupcfg.rst
index 0cbf4f2..d8d316b 100644
--- a/docs/source/setupcfg.rst
+++ b/docs/source/setupcfg.rst
@@ -128,6 +128,8 @@ files
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 @@ This section describes the files included in the project.
Example::
[files]
+ packages_root = src
packages =
pypi2rpm
pypi2rpm.command