Hi,
I'd like to provide a setup.py with web apps I may write. Do any frameworks out there provide distutils extensions for use in a setup.py file?
That could be a very useful cross-framework facility...
FYI, the work I'm currently doing on Python Eggs would probably help with this:
http://peak.telecommunity.com/DevCenter/PythonEggs
My thought is that if we ever settle on a decent "deployment descriptor" format, you could bundle it inside a .egg and have a single-file deployment option. Eggs will also soon be able to specify library eggs that they depend on, and have the runtime library take care of the rest.
_______________________________________________ Web-SIG mailing list [email protected] Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com
