diff -r fd7086b701de -r 64c4edac1706 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Wed Jan 24 14:45:26 2018 +0100 +++ b/cubicweb/__pkginfo__.py Wed Jan 24 11:34:44 2018 +0100 @@ -45,13 +45,6 @@ scripts = [s for s in glob.glob(join('bin', 'cubicweb-*')) if not s.endswith('.bat')] -include_dirs = [join('test', 'data'), - join('server', 'test', 'data'), - join('hooks', 'test', 'data'), - join('web', 'test', 'data'), - join('devtools', 'data'), - join('devtools', 'test', 'data'), - 'schemas', 'skeleton'] _server_migration_dir = join(modname, 'misc', 'migration')