# HG changeset patch # User Denis Laxalde # Date 1476981940 -7200 # Node ID d8072617af3b4b0938b5a3759f1e7ef0a98ea87f # Parent c7de052ee2883d4eeab7c5492c7b6a339ee08267 [pkg] Fix recursive-include missing a "*" in MANIFEST.in diff -r c7de052ee288 -r d8072617af3b MANIFEST.in --- a/MANIFEST.in Wed Oct 05 10:12:23 2016 +0200 +++ b/MANIFEST.in Thu Oct 20 18:45:40 2016 +0200 @@ -19,7 +19,7 @@ recursive-include doc/_static * include doc/_templates/*.html include doc/changes/*.rst -recursive-include doc/dev .txt *.rst +recursive-include doc/dev *.txt *.rst recursive-include doc/images *.png *.svg include doc/conf.py