Fadhley Salim wrote:
Could somebody point me to the distutils option which prevents built
eggs from containing the source-code: The egg should only contain the
compiled byte-code. I seem to remember that there's a simple keyword
argument to the setuptools.setup command which will do this.

Sal,

This sounds like you might be trying to prevent people from reading your source ;-)

These are not the droids you're looking for... python makes this damned near impossible.

Turning a .pyc back into a .py is not that hard...

Chris

--
Simplistix - Content Management, Zope & Python Consulting
           - http://www.simplistix.co.uk

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to