
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 14.01.2009 10:20 Uhr, Amit k. Saha wrote:
Hi all,
I am just learning the basics of building Python eggs using 'setuptools'. What I have is the following code structure in a top-down fashion:
- demo1.py - __init.py__ - setup.py -subpackage1 --__init.py/__
When I execute 'python setup.py bdist_egg' from the top-level directory which has the 'setup.py' file:
Using 'sdist' is usually good-enough unless you are working on binary distributions. 'sdist' usually includes everything - especially stuff under revision control (at least when using SVN). - -aj -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkltrv4ACgkQCJIWIbr9KYymiQCfbXOaJKOKGnk8pCOouPAxt0Pi RVUAoJyHMsSgdYKUp455EgdhPFmt4mpA =tRaw -----END PGP SIGNATURE-----