Skip to content

Commit

Permalink
#57 remove pygame from install_requires to enable pygame-ce to be ins…
Browse files Browse the repository at this point in the history
…talled
  • Loading branch information
bitcraft committed Jun 12, 2023
1 parent 07f1586 commit fc54553
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@

setup(
name="pyscroll",
version="2.30",
version="2.31",
description="Fast scrolling maps library for pygame",
author="bitcraft",
author_email="[email protected]",
url="https://github.com/bitcraft/pyscroll",
packages=["pyscroll"],
install_requires=["pygame"],
license="LGPLv3",
long_description="see readme.md",
package_data={"pyscroll": ["license.txt", "readme.md"]},
Expand Down

0 comments on commit fc54553

Please sign in to comment.