wrdler / pyproject.toml
Surn's picture
Version 0.0.2 - not working, but key items are in place
6829252
raw
history blame contribute delete
681 Bytes
[project]
name = "wrdler"
version = "0.0.2"
description = "Wrdler vocabulary puzzle game - simplified version based on BattleWords with 8x6 grid, horizontal words only, no scope, and 2 free letter guesses"
readme = "README.md"
requires-python = ">=3.12,<3.13"
dependencies = [
"streamlit>=1.51.0",
"matplotlib>=3.8",
"requests>=2.31.0",
"huggingface_hub>=0.20.0",
"python-dotenv>=1.0.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 = ["wrdler*"]
[tool.setuptools.package-data]
"wrdler.words" = ["*.txt"]