-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [email protected] wrote:
> It's been several months since I created a distribution using the bdist > command. Now I can't seem to build a simple gztar distribution. My > MANIFEST.in looks like this: > > include README RELEASE-NOTES LICENSE MANIFEST > include lockfile.py setup.py ACKS > recursive-include doc *.rst conf.py Makefile > > MANIFEST is: > > ACKS > LICENSE > MANIFEST > README > RELEASE-NOTES > lockfile.py > setup.py > doc/glossary.rst > doc/index.rst > doc/lockfile.rst > > and I'm executing > > python setup.py bdist --formats=gztar > > (where python is 2.7a2+). The output is a .tar.gz file but it includes > ".macosx-10.4-i386" in the filename and the tar file itself has more > structure and fewer files than I think it should have: Why do you want to make a "dumb" bdist rather than an sdist? Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [email protected] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAktxxuIACgkQ+gerLs4ltQ64FACfYiXLsAs/i6DnrRyhLbn14VQy qzYAn1eQWzD+Z/y0LjQrMqSc/vk6wnXF =tQjw -----END PGP SIGNATURE----- _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
