diff -r 7cf5a915e2e9 -r 9a6a8a683728 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Mon Oct 24 10:08:36 2016 +0200 +++ b/cubicweb/__pkginfo__.py Mon Oct 24 14:41:36 2016 +0200 @@ -77,8 +77,6 @@ # data files that shall be copied outside the main package directory data_files = [ # server data - [join('share', 'cubicweb', 'schemas'), - glob.glob(join(modname, 'schemas', '*.sql'))], [join('share', 'cubicweb', 'migration'), [join(_server_migration_dir, filename) for filename in listdir(_server_migration_dir)]],