Skip to content

Commit

Permalink
try hatchling build system
Browse files Browse the repository at this point in the history
  • Loading branch information
oriontvv committed Dec 29, 2024
1 parent 0b9c329 commit 854f8f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
maintainers = [
{ name = "Vasiliy Taranov", email = "[email protected]" },
]
metadata-version = "2.4"
license = { file = "LICENSE" }
readme = "README.md"
keywords = [
"spell",
Expand All @@ -35,14 +35,14 @@ dependencies = [
[project.urls]
homepage = "https://github.com/oriontvv/pyaspeller"
repository = "https://github.com/oriontvv/pyaspeller"
documentation = "https://github.com/oriontvv/pyaspeller"
changelog = "https://github.com/oriontvv/pyaspeller/blob/master/CHANGELOG.md"

[project.scripts]
pyaspeller = "src:pyaspeller"

[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
requires = ['hatchling', 'hatch-fancy-pypi-readme>=22.5.0']
build-backend = 'hatchling.build'

[dependency-groups]
dev = [
Expand Down

0 comments on commit 854f8f2

Please sign in to comment.