BattleWords / pyproject.toml
Surn's picture
0.2.29
ffe26fc
raw
history blame contribute delete
602 Bytes
[project]
name = "battlewords"
version = "0.2.29"
description = "BattleWords vocabulary game with game sharing via shortened game_id URL referencing server-side JSON settings"
readme = "README.md"
requires-python = ">=3.12,<3.13"
dependencies = [
"streamlit>=1.51.0",
"matplotlib>=3.8",
"requests>=2.31.0",
]
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
include-package-data = true
[tool.setuptools.packages.find]
where = [""]
include = ["battlewords*"]
[tool.setuptools.package-data]
"battlewords.words" = ["*.txt"]