Files
mysqlclient/MySQLdb/MANIFEST.in
adustman c93adbedd4 * Add metadata.cfg and site.cfg to MANIFEST.in so they get packaged
* Remove version_info from metadata before calling setup() to avoid
  complaints

* Fix cursor.callproc() as good as can be fixed.

* Improve/fix various tests for stored procedures.
2006-03-02 04:19:32 +00:00

14 lines
295 B
Plaintext

prune CVS
recursive-include doc *.txt *.html *.css
include MANIFEST.in
include MANIFEST
include ChangeLog
include GPL
include pymemcompat.h
include dbapi20.py
include test_MySQLdb_dbapi20.py
include test_capabilities.py
include test_MySQLdb_capabilities.py
include metadata.cfg
include site.cfg