feat: add replay server and web client
This commit is contained in:
@@ -9,6 +9,10 @@ dependencies = []
|
||||
texas-holdem-server = "texas_holdem.server:main"
|
||||
texas-holdem-human = "texas_holdem.human_client:main"
|
||||
texas-holdem-ai = "texas_holdem.ai_client:main"
|
||||
texas-holdem-replay = "texas_holdem_replay.server:main"
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
texas_holdem_replay = ["static/*"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
|
||||
Reference in New Issue
Block a user