[pkg] Drop non-existant files from MANIFEST.in 3.26 3.26.1 centos/3.26.1-1 debian/3.26.1-1
authorDenis Laxalde <denis.laxalde@logilab.fr>
Thu, 22 Feb 2018 16:13:45 +0100
branch3.26
changeset 12276 027676243aaa
parent 12275 0a60a2ace325
child 12277 b0345b1e1e48
[pkg] Drop non-existant files from MANIFEST.in
MANIFEST.in
--- a/MANIFEST.in	Wed Feb 21 18:07:24 2018 +0100
+++ b/MANIFEST.in	Thu Feb 22 16:13:45 2018 +0100
@@ -1,5 +1,4 @@
 include README
-include README.pyramid.rst
 include COPYING
 include COPYING.LESSER
 include pylintrc
@@ -31,7 +30,7 @@
 recursive-include cubicweb/misc *.py *.png *.display
 
 include cubicweb/web/views/*.pt
-recursive-include cubicweb/web/data external_resources *.js *.css *.py *.png *.gif *.ico *.ttf *.svg *.woff *.eot
+recursive-include cubicweb/web/data *.js *.css *.py *.png *.gif *.ico *.ttf *.svg *.woff *.eot
 recursive-include cubicweb/web/wdoc *.rst *.png *.xml
 recursive-include cubicweb/devtools/data *.js *.css *.sh