mirror of
https://github.com/onyx-and-iris/bible.git
synced 2026-09-15 07:32:34 +00:00
sync version between manifests
add pyproject-fmt to pre-commit config
This commit is contained in:
+22
-17
@@ -1,21 +1,26 @@
|
||||
[build-system]
|
||||
build-backend = "hatchling.build"
|
||||
requires = [ "hatchling" ]
|
||||
|
||||
[project]
|
||||
name = "bible"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"textual>=8.0.0",
|
||||
"niquests>=3.21.1,<4",
|
||||
"clypi>=1.9.1,<2",
|
||||
"pydantic-settings>=2.15.0,<3",
|
||||
"rich>=15.0.0,<16",
|
||||
"loguru>=0.7.3,<0.8",
|
||||
"beautifulsoup4>=4.15.0,<5",
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: 3.14",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
bible-tui = "bible.tui.tui:main"
|
||||
bible-cli = "bible.cli.cli:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
dependencies = [
|
||||
"beautifulsoup4>=4.15,<5",
|
||||
"clypi>=1.9.1,<2",
|
||||
"loguru>=0.7.3,<0.8",
|
||||
"niquests>=3.21.1,<4",
|
||||
"pydantic-settings>=2.15,<3",
|
||||
"rich>=15,<16",
|
||||
"textual>=8",
|
||||
]
|
||||
scripts.bible-cli = "bible.cli.cli:main"
|
||||
scripts.bible-tui = "bible.tui.tui:main"
|
||||
|
||||
Reference in New Issue
Block a user