view MANIFEST.in @ 54:6e31278d3433 MySQLdb

There's no good reason to delay imports when the module is (1) useless without it or (2) you do the same late import more than once.
author kylev
date Mon, 23 Feb 2009 23:52:44 +0000
parents 7b67220c5109
children
line wrap: on
line source

recursive-include doc *.txt
include MANIFEST.in
include MANIFEST
include ChangeLog
include HISTORY
include GPL
recursive-include tests *.py
include metadata.cfg
include site.cfg
include setup_*.py
include ez_setup.py