For a package of mine, I have a README.rst file that is read into the setup.py\'s long description like so:
I\'m trying to upload my package to PyPI. It asks me to identify, I do, it gives an OK response (which doesn\'t happen unless the identification is right), but then it claims I didn\'t identify! Why?
I\'m developing an Python egg that has several .txt dependencies (they\'re templates used to generate files by the egg itself), and I\'m struggling to get those dependencies copied to site-packages du
I have an open-source Python project (called GarlicSim), and I maintain 4 different versions of it for Python versions 2.4, 2.5, 2.6 and 3.1. Yes, maybe it\'s unusual, but I like using as much feature