MANIFEST.in
changeset 5775 34195230dc2a
parent 5767 1d811df051c2
child 5787 20377d2fcc70
equal deleted inserted replaced
5774:0d792bceb25d 5775:34195230dc2a
     3 include COPYING.LESSER
     3 include COPYING.LESSER
     4 include pylintrc
     4 include pylintrc
     5 include bin/cubicweb-*
     5 include bin/cubicweb-*
     6 include man/cubicweb-ctl.1
     6 include man/cubicweb-ctl.1
     7 
     7 
     8 recursive-include doc README makefile *.conf *.py *.rst *.txt *.html *.png *.svg *.zargo *.dia
     8 recursive-include doc README makefile *.conf *.css *.py *.rst *.txt *.html *.png *.svg *.zargo *.dia
     9 
     9 
    10 recursive-include misc *.py *.png *.display
    10 recursive-include misc *.py *.png *.display
    11 
    11 
    12 include web/views/*.pt
    12 include web/views/*.pt
    13 recursive-include web/data external_resources *.js *.css *.py *.png *.gif *.ico *.ttf
    13 recursive-include web/data external_resources *.js *.css *.py *.png *.gif *.ico *.ttf
    19 recursive-include test/data bootstrap_cubes *.py *.sql
    19 recursive-include test/data bootstrap_cubes *.py *.sql
    20 recursive-include entities/test/data bootstrap_cubes *.py
    20 recursive-include entities/test/data bootstrap_cubes *.py
    21 recursive-include sobjects/test/data bootstrap_cubes *.py
    21 recursive-include sobjects/test/data bootstrap_cubes *.py
    22 recursive-include hooks/test/data bootstrap_cubes *.py
    22 recursive-include hooks/test/data bootstrap_cubes *.py
    23 recursive-include server/test/data bootstrap_cubes *.py source*
    23 recursive-include server/test/data bootstrap_cubes *.py source*
    24 recursive-include web/test/data bootstrap_cubes *.py
    24 recursive-include devtools/test/data bootstrap_cubes *.py *.txt *.js
    25 recursive-include devtools/test/data bootstrap_cubes *.py *.txt
    25 recursive-include web/test/data bootstrap_cubes pouet.css *.py
       
    26 
       
    27 recursive-include web/test/jstests *.js *.html *.css *.json
       
    28 recursive-include web/test/windmill *.py
    26 
    29 
    27 recursive-include skeleton *.py *.css *.js *.po compat *.in *.tmpl
    30 recursive-include skeleton *.py *.css *.js *.po compat *.in *.tmpl
    28 
    31 
       
    32 prune doc/book/en/.static/
       
    33 prune doc/book/fr/.static/
    29 prune misc/cwfs
    34 prune misc/cwfs
    30 prune goa
    35 prune goa