Am 15.02.2011 16:15, schrieb Michael Pedersen: > This is a viable way of specifying the requirements, definitely. I'd > actually go with <0.7 and <0.8, though.
The problem with that is that setuptools considers 0.7a1, 0.7b1, 0.7rc1 all < 0.7 (which makes some sense). So <0.7a1 is probably what you want. -- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en.
