From ca387e0b13fcca984711d8d88462b19f3890e176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:02:19 -0600 Subject: [PATCH] chore: Remove redundant `packages` from project metadata --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 706d194..ee8425e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,9 +18,6 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] license = "Apache-2.0" -packages = [ - { include = "tap_linkedin_ads" }, -] [tool.poetry.dependencies] python = "<3.12,>=3.9"