MANIFEST.in
changeset 11478 1817f8946c22
parent 11453 3522d2a3389e
child 11631 faf279e33298
equal deleted inserted replaced
11477:3b4d41566de3 11478:1817f8946c22
    32 recursive-include cubicweb/devtools/data *.js *.css *.sh
    32 recursive-include cubicweb/devtools/data *.js *.css *.sh
    33 
    33 
    34 recursive-include cubicweb/i18n *.pot *.po
    34 recursive-include cubicweb/i18n *.pot *.po
    35 recursive-include cubicweb/schemas *.py *.sql
    35 recursive-include cubicweb/schemas *.py *.sql
    36 
    36 
    37 include dev-requirements.txt
    37 recursive-include requirements *.txt
    38 include cubicweb/test/requirements.txt
    38 
    39 recursive-include cubicweb/test/data bootstrap_cubes *.py *.sql
    39 recursive-include cubicweb/test/data bootstrap_cubes *.py *.sql
    40 recursive-include cubicweb/test/data-rewrite bootstrap_cubes *.py
    40 recursive-include cubicweb/test/data-rewrite bootstrap_cubes *.py
    41 recursive-include cubicweb/test/data_schemareader *.py
    41 recursive-include cubicweb/test/data_schemareader *.py
    42 recursive-include cubicweb/dataimport/test/data *.py *.csv *.txt
    42 recursive-include cubicweb/dataimport/test/data *.py *.csv *.txt
    43 recursive-include cubicweb/dataimport/test/data-massimport *.py
    43 recursive-include cubicweb/dataimport/test/data-massimport *.py
    44 include cubicweb/devtools/test/requirements.txt
       
    45 recursive-include cubicweb/devtools/test/data bootstrap_cubes *.py *.txt *.js *.po.ref
    44 recursive-include cubicweb/devtools/test/data bootstrap_cubes *.py *.txt *.js *.po.ref
    46 include cubicweb/entities/test/requirements.txt
       
    47 recursive-include cubicweb/entities/test/data bootstrap_cubes *.py
    45 recursive-include cubicweb/entities/test/data bootstrap_cubes *.py
    48 include cubicweb/etwist/test/requirements.txt
       
    49 recursive-include cubicweb/etwist/test/data *.py
    46 recursive-include cubicweb/etwist/test/data *.py
    50 include cubicweb/ext/test/requirements.txt
       
    51 recursive-include cubicweb/ext/test/data *.py
    47 recursive-include cubicweb/ext/test/data *.py
    52 include cubicweb/hooks/test/requirements.txt
       
    53 recursive-include cubicweb/hooks/test/data-computed *.py
    48 recursive-include cubicweb/hooks/test/data-computed *.py
    54 recursive-include cubicweb/hooks/test/data bootstrap_cubes *.py
    49 recursive-include cubicweb/hooks/test/data bootstrap_cubes *.py
    55 include cubicweb/sobjects/test/requirements.txt
       
    56 recursive-include cubicweb/sobjects/test/data bootstrap_cubes *.py
    50 recursive-include cubicweb/sobjects/test/data bootstrap_cubes *.py
    57 include cubicweb/server/test/requirements.txt
       
    58 recursive-include cubicweb/server/test/data bootstrap_cubes *.py source* *.conf.in *.ldif
    51 recursive-include cubicweb/server/test/data bootstrap_cubes *.py source* *.conf.in *.ldif
    59 recursive-include cubicweb/server/test/data-cwep002 *.py
    52 recursive-include cubicweb/server/test/data-cwep002 *.py
    60 recursive-include cubicweb/server/test/datacomputed *.py
    53 recursive-include cubicweb/server/test/datacomputed *.py
    61 recursive-include cubicweb/server/test/data-schema2sql bootstrap_cubes toignore
    54 recursive-include cubicweb/server/test/data-schema2sql bootstrap_cubes toignore
    62 recursive-include cubicweb/server/test/data-migractions bootstrap_cubes *.py
    55 recursive-include cubicweb/server/test/data-migractions bootstrap_cubes *.py
    63 recursive-include cubicweb/server/test/data-schemaserial *.py
    56 recursive-include cubicweb/server/test/data-schemaserial *.py
    64 include cubicweb/web/test/requirements.txt
       
    65 include cubicweb/web/test/testutils.js
    57 include cubicweb/web/test/testutils.js
    66 recursive-include cubicweb/web/test/data bootstrap_cubes pouet.css *.py
    58 recursive-include cubicweb/web/test/data bootstrap_cubes pouet.css *.py
    67 recursive-include cubicweb/web/test/data/static/jstests *.js *.html *.css *.json
    59 recursive-include cubicweb/web/test/data/static/jstests *.js *.html *.css *.json
    68 recursive-include cubicweb/web/test/windmill *.py
    60 recursive-include cubicweb/web/test/windmill *.py
    69 include cubicweb/wsgi/test/requirements.txt
       
    70 
    61 
    71 include cubicweb/web/data/jquery-treeview/*.md
    62 include cubicweb/web/data/jquery-treeview/*.md
    72 
    63 
    73 recursive-include cubicweb/skeleton *.py *.css *.js *.po compat *.in *.tmpl rules tox.ini
    64 recursive-include cubicweb/skeleton *.py *.css *.js *.po compat *.in *.tmpl rules tox.ini
    74 
    65