cubicweb/__pkginfo__.py
changeset 11747 9a6a8a683728
parent 11685 6c263b8091d3
child 11795 031c99666221
--- 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)]],