[project] name = "wrdler" version = "0.1.5" description = "Wrdler vocabulary puzzle game - simplified version based on BattleWords with 8x6 grid, horizontal words only, no scope, and 2 free letter guesses. Now with Gradio UI!" readme = "README.md" requires-python = ">=3.12,<3.13" dependencies = [ "streamlit>=1.51.0", "gradio>=5.0.0", "gradio-modal>=0.0.3", "matplotlib>=3.8", "requests>=2.31.0", "huggingface_hub>=0.20.0", "python-dotenv>=1.0.0", "transformers", "gradio_client", ] [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"] "wrdler.assets.audio.music" = ["*.mp3"] "wrdler.assets.audio.effects" = ["*.mp3", "*.wav"]