From a98abb965dff8dfcbdc2b47454ecfbd370b93a50 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Sun, 22 Sep 2024 17:11:16 -0300 Subject: Now it's building --- pyproject.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 4bed84a..11941f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "org.deprecated.kodereviewer" +name = "kodereviewer" version = "0.1" authors = [ {name = "Matias Linares", email = "matias@deprecated.org" } @@ -17,8 +17,11 @@ packages = "kodereviewer" include_package_data = true [build-system] -requires = ["setuptools", "wheel"] -build-backend = "setuptools.build_meta" +requires = ["hatchling"] +build-backend = "hatchling.build" + +[tool.hatch.build.targets.wheel] +packages = ["kodereviewer/"] [options.data_files] "share/applications" = "org.deprecated.kodereviewer.desktop" -- cgit v1.2.3-70-g09d2