summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorFELD Boris <lothiraldan@gmail.com>2011-01-29 15:40:33 +0100
committerFELD Boris <lothiraldan@gmail.com>2011-01-29 15:40:33 +0100
commit0f684027cdf4b5cb58735ff17fdca9d30640d342 (patch)
tree3a97054a6ed2c888fac4c840794608623fa2a5f8 /docs/source
parente7f36053c06716a3c62deb43bb7a3d5ef98c21b8 (diff)
parentde90c183d8269238e9d9b1dacc2feb435dceda7b (diff)
downloaddisutils2-0f684027cdf4b5cb58735ff17fdca9d30640d342.tar.gz
Merge with merge with main branche
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/setupcfg.rst27
1 files changed, 25 insertions, 2 deletions
diff --git a/docs/source/setupcfg.rst b/docs/source/setupcfg.rst
index b900f97..01291a7 100644
--- a/docs/source/setupcfg.rst
+++ b/docs/source/setupcfg.rst
@@ -152,15 +152,38 @@ Example::
data-files
==========
+###
+source -> destination
+
+fichier-final = destination + source
+
+There is an {alias} for each categories of datafiles
+-----
+source may be a glob (*, ?, **, {})
+
+order
+
+exclude
+--
+base-prefix
+
+####
+overwrite system config for {alias}
+
+####
+extra-categori
+
This section describes the files used by the project which must not be installed in the same place that python modules or libraries.
The format for specifing data files is :
- **glob_syntax** = **destination**
+ **source** = **destination**
Example::
- scripts/ *.bin = {scripts}
+ scripts/script1.bin = {scripts}
+
+It means that the file scripts/script1.bin will be placed
It means that every file which match the glob_syntax will be placed in the destination. A part of the path of the file will be stripped when it will be expanded and another part will be append to the destination. For more informations about which part of the path will be stripped or not, take a look at next sub-section globsyntax_.