annotate MANIFEST.in @ 807:800d293f907d

Fix imports from module alias The following code is incorrect: from os import path from path import abspath and fails with: ImportError: No module named path
author Patrick Mezard <pmezard@gmail.com>
date Mon, 16 May 2011 09:52:23 +0200
parents 6c244d3ceaf7
children 8a226f0f99aa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
767
6c244d3ceaf7 add a MANIFEST.in file (fixes #142)
Dan Villiom Podlaski Christiansen <danchr@gmail.com>
parents:
diff changeset
1 include Makefile *.rst
6c244d3ceaf7 add a MANIFEST.in file (fixes #142)
Dan Villiom Podlaski Christiansen <danchr@gmail.com>
parents:
diff changeset
2 recursive-include tests *.py *.sh *.svndump *.txt