MANIFEST.in
changeset 10536 887c6eef8077
parent 10150 c7b218125c25
child 11057 0b59724cb3f2
equal deleted inserted replaced
10535:44bba0f340ce 10536:887c6eef8077
     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 include doc/*.rst
     8 include doc/*.rst
       
     9 include doc/Makefile
     9 recursive-include doc/book *
    10 recursive-include doc/book *
    10 recursive-include doc/tools *.py
    11 recursive-include doc/tools *.py
    11 recursive-include doc/tutorials *.rst *.py
    12 recursive-include doc/tutorials *.rst *.py
       
    13 include doc/api/*.rst
       
    14 recursive-include doc/_themes *
       
    15 recursive-include doc/_static *
       
    16 include doc/_templates/*.html
       
    17 include doc/changes/*.rst
       
    18 recursive-include doc/dev .txt *.rst
       
    19 recursive-include doc/images *.png *.svg
       
    20 include doc/conf.py
    12 
    21 
    13 recursive-include misc *.py *.png *.display
    22 recursive-include misc *.py *.png *.display
    14 
    23 
    15 include web/views/*.pt
    24 include web/views/*.pt
    16 recursive-include web/data external_resources *.js *.css *.py *.png *.gif *.ico *.ttf *.svg *.woff *.eot
    25 recursive-include web/data external_resources *.js *.css *.py *.png *.gif *.ico *.ttf *.svg *.woff *.eot
    23 recursive-include test/data bootstrap_cubes *.py *.sql
    32 recursive-include test/data bootstrap_cubes *.py *.sql
    24 recursive-include entities/test/data bootstrap_cubes *.py
    33 recursive-include entities/test/data bootstrap_cubes *.py
    25 recursive-include sobjects/test/data bootstrap_cubes *.py
    34 recursive-include sobjects/test/data bootstrap_cubes *.py
    26 recursive-include hooks/test/data bootstrap_cubes *.py
    35 recursive-include hooks/test/data bootstrap_cubes *.py
    27 recursive-include server/test/data bootstrap_cubes *.py source* *.conf.in *.ldif
    36 recursive-include server/test/data bootstrap_cubes *.py source* *.conf.in *.ldif
    28 recursive-include devtools/test/data bootstrap_cubes *.py *.txt *.js
    37 recursive-include devtools/test/data bootstrap_cubes *.py *.txt *.js *.po.ref
    29 recursive-include web/test/data bootstrap_cubes pouet.css *.py
    38 recursive-include web/test/data bootstrap_cubes pouet.css *.py
       
    39 recursive-include etwist/test/data *.py
    30 
    40 
    31 recursive-include web/test/jstests *.js *.html *.css *.json
    41 recursive-include web/test/jstests *.js *.html *.css *.json
    32 recursive-include web/test/windmill *.py
    42 recursive-include web/test/windmill *.py
    33 
    43 
    34 recursive-include skeleton *.py *.css *.js *.po compat *.in *.tmpl
    44 recursive-include skeleton *.py *.css *.js *.po compat *.in *.tmpl rules
    35 
    45 
    36 prune doc/book/en/.static
    46 prune doc/book/en/.static
    37 prune doc/book/fr/.static
    47 prune doc/book/fr/.static
    38 prune doc/html/_sources/
    48 prune doc/html/_sources/
    39 prune misc/cwfs
    49 prune misc/cwfs
    40 prune goa
    50 prune doc/js_api
    41 prune doc/book/en/devweb/js_api
       
    42 global-exclude *.pyc
    51 global-exclude *.pyc