Mercurial > p > mysql-python > mysqldb-2
annotate MANIFEST.in @ 28:5a3e4cafadec MySQLdb
Clean out the old 1.x and 2.2 era memory workarounds (our minimum is 2.3).
Partial application of SF patch 2506449.
author | kylev |
---|---|
date | Sat, 07 Feb 2009 22:48:05 +0000 |
parents | d55bfb1a4701 |
children | 7b67220c5109 |
rev | line source |
---|---|
0 | 1 recursive-include doc *.txt |
2 include MANIFEST.in | |
3 include MANIFEST | |
4 include ChangeLog | |
3 | 5 include HISTORY |
0 | 6 include GPL |
18
d55bfb1a4701
Tons of changes from major refactoring/cleanup. This is all really broken
adustman
parents:
9
diff
changeset
|
7 recursive-include tests *.py |
0 | 8 include metadata.cfg |
9 include site.cfg | |
7 | 10 include setup_*.py |
9
0e37ee00beb7
Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents:
7
diff
changeset
|
11 include ez_setup.py |
0e37ee00beb7
Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents:
7
diff
changeset
|
12 |