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