Skip to content

Commit

Permalink
hatch vcs
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Oct 17, 2024
1 parent 10c8c00 commit 099c083
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 25 deletions.
20 changes: 0 additions & 20 deletions bump.sh

This file was deleted.

14 changes: 9 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "sachi"
version = "0.3.1-dev"
dynamic = ["version"]
description = "Terminal media files renamer (FileBot alternative)"
readme = "README.md"
license = { file = "LICENSE" }
license = "MIT"
authors = [{ name = "NextFire", email = "[email protected]" }]
requires-python = ">=3.12"
dependencies = [
Expand All @@ -17,7 +17,8 @@ dependencies = [
"jinja2==3.1.4",
"pymediainfo==6.1.0",
"guessit==3.8.0",
"setuptools==75.2.0", # guessit
# guessit requirement
"setuptools==75.2.0",
]

[tool.uv]
Expand All @@ -27,12 +28,15 @@ dev-dependencies = ["pyright==1.1.385", "ruff==0.6.9", "textual-dev==1.6.1"]
sachi = "sachi:cli_app"

[project.urls]
Homepage = "https://github.com/NextFire/sachi"
homepage = "https://github.com/NextFire/sachi"

[build-system]
requires = ["hatchling"]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"

[tool.hatch.version]
source = "vcs"

[tool.pyright]
pythonVersion = "3.12"

Expand Down

0 comments on commit 099c083

Please sign in to comment.