[project] name = "scrabbleable" dynamic = ["version"] authors = [ { name="perro", email="hi@perrotuerto.blog" }, ] description = "Make Scrabble wordlists from text files" readme = "README.md" license = { file="LICENSE" } requires-python = ">=3.8.10" classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent", "Environment :: Console", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", ] dependencies = [ "unidecode", ] [project.urls] "Homepage" = "https://git.cuates.net/perro/scrabbleable" "Bug Tracker" = "https://git.cuates.net/perro/scrabbleable/issues" [project.scripts] scrabbleable = "scrabbleable.cli:main" [tool.hatch.version] path = "scrabbleable/__init__.py" [build-system] requires = ["hatchling>=1.9.0"] build-backend = "hatchling.build"