[Distutils] Building Python Eggs

Andreas Jung lists at zopyx.com
Wed Jan 14 10:23:10 CET 2009


-----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-----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lists.vcf
Type: text/x-vcard
Size: 316 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20090114/f5e01910/attachment.vcf>


More information about the Distutils-SIG mailing list