I have an open source Python project (called GarlicSim) and I support 4 different versions for Python versions 2.4, 2.5, 2.6 and 3.1. Yes, it may be unusual, but I like to use as many features as possible. I save them in 4 different repository forks.
Now I want to upload my project to cheeseshop. How to do it? I expect the user to automatically get the version of GarlicSim suitable for his version of Python. How to do it?
source
share