From 03d4835bf36472088ea95e41e3ee91a0610019cf Mon Sep 17 00:00:00 2001 From: Stephan Druskat Date: Mon, 9 Dec 2024 14:07:58 +0100 Subject: [PATCH] Don't try to build a package --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4928e3a..652265d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.0.1" description = "Sphinx project for HERMES project website" homepage = "https://project.software-metadata.pub" authors = [] +package-mode = false readme = "README.md" repository = "https://github.com/hermes-hmc/project.software-metadata.pub"