[packaging] we should add schemas to include_dirs so sql extensions files are properly installed oldstable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 05 May 2010 16:24:27 +0200
brancholdstable
changeset 5469 4746c157e5e4
parent 5455 3dc47a52dd19
child 5472 fd6b136a8404
child 5484 95f2384b4495
[packaging] we should add schemas to include_dirs so sql extensions files are properly installed
__pkginfo__.py
--- a/__pkginfo__.py	Tue May 04 12:05:00 2010 +0200
+++ b/__pkginfo__.py	Wed May 05 16:24:27 2010 +0200
@@ -67,7 +67,7 @@
                 join('server', 'test', 'data'),
                 join('web', 'test', 'data'),
                 join('devtools', 'test', 'data'),
-                'skeleton']
+                'schemas', 'skeleton']
 
 
 entities_dir = 'entities'