[Python-checkins] distutils2: Add a TODO for data files draft

tarek.ziade python-checkins at python.org
Wed Feb 16 22:23:57 CET 2011


tarek.ziade pushed ba93466e49a9 to distutils2:

http://hg.python.org/distutils2/rev/ba93466e49a9
changeset:   1051:ba93466e49a9
user:        FELD Boris <lothiraldan at gmail.com>
date:        Sat Jan 29 17:09:34 2011 +0100
summary:
  Add a TODO for data files draft

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
@@ -152,26 +152,29 @@
 data-files
 ==========
 
-###
-source -> destination
 
-fichier-final = destination + source
+TODO :
 
-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
+        ###
+        source -> destination
+        
+        final-path = 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-categories
 
 This section describes the files used by the project which must not be installed in the same place that python modules or libraries.
 

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


More information about the Python-checkins mailing list