From 67f17c4300e8b49b852709e16612042030c43681 Mon Sep 17 00:00:00 2001 From: Chas Nelson Date: Thu, 23 Jan 2025 15:56:57 +0000 Subject: [PATCH] fix: remove setup.py typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93ccadc..41e918c 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ "Programming Language :: Python :: 3.10", ], keywords="""CKAN resource file upload javascript widget""", - packages=find_packages(exclude=["contrib", "docs", "tests*", "react"]), + packages=find_packages(exclude=["contrib", "docs", "tests*", "react"]), namespace_packages=["ckanext"], install_requires=[], # If there are data files included in your packages that need to be