From 3a19b50785fa7112be9871fa4c7324cd1faea748 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 13 May 2024 14:39:48 +0200 Subject: [PATCH] Corrected the package name from 'where' to 'archinstall' --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2ca0bce..bfc184da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ include-package-data = true ] [tool.setuptools.package-dir] -where = "archinstall" +archinstall = "archinstall" [tool.mypy] python_version = "3.11"