Mercurial > p > mysql-python > mysqldb-2
annotate MANIFEST.in @ 15:a275593a1630 MySQLdb
More doc fixes
author | adustman |
---|---|
date | Mon, 26 Feb 2007 18:59:22 +0000 |
parents | 0e37ee00beb7 |
children | d55bfb1a4701 |
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 |
7 include pymemcompat.h | |
8 include dbapi20.py | |
9 include test_MySQLdb_dbapi20.py | |
10 include test_capabilities.py | |
11 include test_MySQLdb_capabilities.py | |
12 include metadata.cfg | |
13 include site.cfg | |
7 | 14 include setup_*.py |
9
0e37ee00beb7
Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents:
7
diff
changeset
|
15 include ez_setup.py |
0e37ee00beb7
Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents:
7
diff
changeset
|
16 |