Skip to content

Commit

Permalink
Fix package name in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
giogix2 committed Sep 23, 2023
1 parent 1dcc43d commit be4741f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pygame_spiel/games/factory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# from pygame_open_spiel.games.tic_tac_toe import TicTacToe
from pygame_spiel.games import *

DICT_GAMES = {"tic_tac_toe": "TicTacToe", "breakthrough": "Breakthrough"}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read_requirements():
description="Pygame spiel",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/giogix2/pygame_open_spiel",
url="https://github.com/giogix2/pygame_spiel",
packages=find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit be4741f

Please sign in to comment.