annotate MANIFEST.in @ 7:b1e508854b27 MySQLdb

Add missing setup_*.py files
author adustman
date Sun, 11 Feb 2007 07:40:50 +0000
parents df195ac92df6
children 0e37ee00beb7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
1 prune CVS
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
2 recursive-include doc *.txt
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
3 include MANIFEST.in
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
4 include MANIFEST
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
5 include ChangeLog
3
df195ac92df6 Merge changes from 1.2 branch
adustman
parents: 0
diff changeset
6 include HISTORY
0
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
7 include GPL
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
8 include pymemcompat.h
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
9 include dbapi20.py
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
10 include test_MySQLdb_dbapi20.py
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
11 include test_capabilities.py
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
12 include test_MySQLdb_capabilities.py
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
13 include metadata.cfg
e48810735f11 Copying 1.2.1 to be the new trunk
adustman
parents:
diff changeset
14 include site.cfg
7
b1e508854b27 Add missing setup_*.py files
adustman
parents: 3
diff changeset
15 include setup_*.py