Skip to content

Commit 03291ce

Browse files
committed
setup : Don't get pygame 2
1 parent 5f247c5 commit 03291ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"Topic :: Software Development :: Libraries :: pygame",
3535
"Intended Audience :: Developers",
3636
],
37-
install_requires=['pygame']
37+
install_requires=['pygame<2.0']
3838

3939

4040
)

0 commit comments

Comments
 (0)