[pkg] Add development.ini.tmpl to "cubicweb.pyramid" package data 3.25
authorDenis Laxalde <denis.laxalde@logilab.fr>
Fri, 24 Mar 2017 11:21:39 +0100
branch3.25
changeset 12100 1cfd19c4b9b5
parent 12099 5dd20fc21557
child 12101 3fd9c12a4426
[pkg] Add development.ini.tmpl to "cubicweb.pyramid" package data Otherwise the file is not installed and `cubicweb-ctl create -c pyramid` does not work.
cubicweb/__pkginfo__.py
--- a/cubicweb/__pkginfo__.py	Thu Mar 23 10:30:48 2017 +0100
+++ b/cubicweb/__pkginfo__.py	Fri Mar 24 11:21:39 2017 +0100
@@ -71,6 +71,7 @@
 # data files that shall be copied into the main package directory
 package_data = {
     'cubicweb.web.views': ['*.pt'],
+    'cubicweb.pyramid': ['development.ini.tmpl'],
 }
 
 try: