diff options
| author | Brad Allen <bradallen137@gmail.com> | 2010-03-07 20:43:11 -0600 |
|---|---|---|
| committer | Brad Allen <bradallen137@gmail.com> | 2010-03-07 20:43:11 -0600 |
| commit | 5e188cce57dc25da70d61e96132e8c1356e0df9c (patch) | |
| tree | 8924d8ede6cd3a8086779a8c070194d556b5585d /MANIFEST.in | |
| parent | 4bac9453e2a65258c0b267058856706670af1562 (diff) | |
| download | sqlalchemy-5e188cce57dc25da70d61e96132e8c1356e0df9c.tar.gz | |
distutils choked on the trailing slash on the lib directory in the manifest.
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 14db76721..b582c4c66 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,7 +7,7 @@ recursive-include test *.py *.dat # include the c extensions, which otherwise # don't come in if --with-cextensions isn't specified. -recursive-include lib/ *.c *.txt +recursive-include lib *.c *.txt include README* LICENSE distribute_setup.py sa2to3.py ez_setup.py sqla_nose.py CHANGES* prune doc/build/output |
