From 848270ac3c507c4c9f48b84b9e68b94b1298556f Mon Sep 17 00:00:00 2001 From: jorenham Date: Tue, 2 Dec 2025 07:25:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix=20invalid=20pyproject.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e94f2b6..c963d1b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,11 +30,6 @@ classifiers = [ "Typing :: Stubs Only", "Typing :: Typed", ] -packages = [ - { include = "src/_numtype" }, - { include = "src/numpy-stubs" }, - { include = "src/numtype" }, -] requires-python = ">=3.11" dependencies = []