/docs/gp.fileupload Gawel's repository

author Gael Pasgrimaud <gael@gawel.org>
Sun Feb 08 16:34:48 2009 +0100 (19 months ago)
changeset 135 092dbb058c6a
parent 53 09ec042bb0d1
permissions -rw-r--r--
fix url
gawel@0
     1
[buildout]
gawel@51
     2
parts = eggs test docs
gawel@0
     3
develop = .
gawel@0
     4
gawel@0
     5
[eggs]
gawel@0
     6
recipe = zc.recipe.egg
gawel@0
     7
eggs=
gawel@28
     8
    zopeproject
gawel@0
     9
    PasteScript
gawel@1
    10
    gp.fileupload
gawel@32
    11
interpreter=python
gawel@38
    12
gawel@38
    13
[test]
gawel@38
    14
recipe = zc.recipe.egg
gawel@38
    15
eggs=
gawel@81
    16
    Paste
gawel@38
    17
    gp.fileupload
gawel@38
    18
    nose
gawel@38
    19
scripts= nosetests=test
gawel@38
    20
gawel@51
    21
[docs]
gawel@51
    22
recipe = zc.recipe.egg
gawel@51
    23
eggs=
gawel@51
    24
    gp.fileupload
gawel@53
    25
    Pygments
gawel@53
    26
    Sphinx