mirror of
https://codeberg.org/cblanken/boggler.git
synced 2026-07-26 11:35:10 -04:00
Fix min python version
This commit is contained in:
+9
-19
@@ -1,32 +1,22 @@
|
|||||||
[project]
|
|
||||||
name = "boggler"
|
|
||||||
version = "2.0.2"
|
|
||||||
authors = [
|
|
||||||
{ name="Cameron Blankenbuehler", email="cameron.blankenbuehler@gmail.com" },
|
|
||||||
]
|
|
||||||
description = "Utilities for solving the Boggle word game."
|
|
||||||
readme="README.md"
|
|
||||||
license = { file="LICENSE" }
|
|
||||||
requires-python = ">=3.7"
|
|
||||||
classifiers = [
|
|
||||||
"Programming Language :: Python :: 3",
|
|
||||||
"License :: OSI Approved :: MIT License",
|
|
||||||
"Operating System :: POSIX :: Linux",
|
|
||||||
]
|
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
"Homepage" = "https://github.com/cblanken/boggler"
|
"Homepage" = "https://github.com/cblanken/boggler"
|
||||||
"Bug Tracker" = "https://github.com/cblanken/boggler/issues"
|
"Bug Tracker" = "https://github.com/cblanken/boggler/issues"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "boggler"
|
name = "boggler"
|
||||||
version = "2.0.1"
|
version = "2.0.3"
|
||||||
description = "Utilities for solving the Boggle word game."
|
description = "Utilities for solving the Boggle word game."
|
||||||
authors = ["Cameron Blankenbuehler <cameron.blankenbuehler@protonmail.com>"]
|
authors = ["Cameron Blankenbuehler <cameron.blankenbuehler@gmail.com>"]
|
||||||
|
license = "LICENSE"
|
||||||
|
classifiers = [
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
"License :: OSI Approved :: MIT License",
|
||||||
|
"Operating System :: POSIX :: Linux",
|
||||||
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = "^3.8"
|
||||||
rich = "^13.4.1"
|
rich = "^13.4.1"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
|
|||||||
Reference in New Issue
Block a user