From 788eeaa012334e62df27123c57d904a5d7f8dce6 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Mon, 3 Oct 2022 13:13:24 -0500 Subject: [PATCH] remove duplicated keyword 'packages' --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 004f43f..a3b8637 100644 --- a/setup.py +++ b/setup.py @@ -72,9 +72,6 @@ setup( "Issue tracker": "https://github.com/StepwiseMath/wp-oauth-backend/issues", "Community": "https://stepwisemath.ai", }, - packages=[ - 'wp_oauth_backend', - ], packages=find_packages(), include_package_data=True, package_data={"": ["*.html"]}, # include any templates found in this repo.