pyscroll
pyscroll copied to clipboard
pygame v. pygame-ce
setuptools cannot currently handle the situation where a package will support one of a set of packages, such as "either pygame or pygame-ce are a dependency". to support pygame-ce, im (hopefully) temporally removing pygame from setup.py so that pygame-ce can be installed with pyscroll. when setuptools supports this situation, we can add it back to install_requires.