pyscroll icon indicating copy to clipboard operation
pyscroll copied to clipboard

pygame v. pygame-ce

Open bitcraft opened this issue 2 years ago • 0 comments

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.

bitcraft avatar Jun 12 '23 21:06 bitcraft