Thanks Neil,
> I would suggest rather saving the information into a file like
> release.py, and using execfile in setup.py to read the information.
> (Also, it should be easier for you to read the config back in again.)
This is a rather good idea which I implemented here at the new django-
pack
On 6/20/07, Jannis Leidel <[EMAIL PROTECTED]> wrote:
> My task for the week is to develop the "--package" switch, ask the
> meta information questions and put this into a setup.py file. I don't
> know if this is the "right" interface to packaging but this would not
> force developers into packagin
Hi list,
Here is the not-so-weekly update on my Google Summer of Code project:
My current idea of packaging django apps is to provide several
options for the command line management (manage.py/django-admin.py)
to generate, edit and execute setuptools' native packaging
functionality via the