# HG changeset patch # User hodgestar # Date 1356779356 0 # Node ID 60906489b11a3a2f72986c721304d13c1ffc1bc5 # Parent bef1e8701e79b2799b428202002f1d3f0f55dbf8 Include fixes in source tarball so it can build on Python 3.x. diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,5 @@ recursive-exclude doc/logo.lineform * include doc/api/*.* include doc/*.html +include fixes/*.* recursive-include genshi/template/tests/templates *.html *.txt