From 9cc2803842847478c1e9876d607453c062f79b18 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Tue, 11 Oct 2022 14:59:22 -0500 Subject: [PATCH] rename the package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ffab1c..44941a1 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def load_readme(): def load_about(): about = {} with io.open( - os.path.join(HERE, "wp_oauth_backend", "__about__.py"), + os.path.join(HERE, "oauth2_wordpress", "__about__.py"), "rt", encoding="utf-8", ) as f: