From 854f8f2aaf119ba944df87c31d48e3d9641476e7 Mon Sep 17 00:00:00 2001 From: oriontvv Date: Mon, 30 Dec 2024 00:18:39 +0300 Subject: [PATCH] try hatchling build system --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a396930..516ae47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ maintainers = [ { name = "Vasiliy Taranov", email = "taranov.vv@gmail.com" }, ] -metadata-version = "2.4" +license = { file = "LICENSE" } readme = "README.md" keywords = [ "spell", @@ -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 = [