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 = []