From aa7d6ac39563da56330e8d374fe0daf290f2db3d Mon Sep 17 00:00:00 2001 From: shouzy <82171453+realshouzy@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:39:41 +0200 Subject: [PATCH] Update setuptools config --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b56f132..e32b8f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,12 +37,10 @@ dynamic = ["version", "dependencies"] Source = "https://github.com/realshouzy/pynrw" [tool.setuptools] +packages = ["nrw"] license-files = ["LICENSE"] platforms = ["any"] -[tool.setuptools.package-data] -datastructures = ["py.typed", "*.pyi"] - [tool.setuptools.dynamic] version = { attr = "nrw.__version__" } dependencies = { file = "requirements.txt" }