setup.py install and bdist_egg

2009-03-13 Thread Jasiu
Hey, I work at a company where I'm lucky enough to write web apps using Python and WSGI :). We develop more and more stuff in Python and it's becoming a mess of dependencies, so we thought we would create a guideline for developers that describes the whole process of deploying a Python app on a se

Re: version in setup.cfg

2009-02-10 Thread Jasiu
> I don't think so. But there are several other options: I was afraid of that. Thanks anyway! Mike -- http://mail.python.org/mailman/listinfo/python-list

version in setup.cfg

2009-02-09 Thread Jasiu
Hi guys, I have a question about setup.py and setup.cfg: I work in a company and we use Subversion to keep our stuff. We have a post-commit rule that does the following: whenever there is a commit to /tags/ directory, a binary package is built automatically. The tag's name is the new version of t