[Scummvm-git-logs] scummvm-sites director-buildbot -> 07277f9fad89284ed1886e330d8605bc63cf12f1
rvanlaar
noreply at scummvm.org
Fri Feb 6 23:13:18 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://api.github.com/repos/scummvm/scummvm-sites .
Summary:
07277f9fad DIRECTOR-BUILDBOT: Fix missing package directory
Commit: 07277f9fad89284ed1886e330d8605bc63cf12f1
https://github.com/scummvm/scummvm-sites/commit/07277f9fad89284ed1886e330d8605bc63cf12f1
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2026-02-07T00:11:42+01:00
Commit Message:
DIRECTOR-BUILDBOT: Fix missing package directory
Change to hatchling, i.e. don't bother with setuptools and
add director director as a package.
Changed paths:
pyproject.toml
diff --git a/pyproject.toml b/pyproject.toml
index 9ceb9ba..df92083 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,5 +25,8 @@ dev = [
profile = "black"
[build-system]
-requires = ["setuptools>=68", "wheel"]
-build-backend = "setuptools.build_meta"
+requires = ["hatchling"]
+build-backend = "hatchling.build"
+
+[tool.hatch.build.targets.wheel]
+packages = ["director"]
More information about the Scummvm-git-logs
mailing list