Skip to content

Commit 45391b3

Browse files
authored
Merge pull request #613 from plone/pkg_resources
Remove pkg_resources style namespaces
2 parents 1a87c5a + 90da8fa commit 45391b3

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

bobtemplates/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__import__("pkg_resources").declare_namespace(__name__)
1+

bobtemplates/plone/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__import__("pkg_resources").declare_namespace(__name__)
1+

news/+namespace.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove pkg_resources style namespaces @erral

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
},
5252
license="GPL version 2",
5353
packages=find_packages(exclude=["ez_setup"]),
54-
namespace_packages=["bobtemplates"],
5554
include_package_data=True,
5655
zip_safe=False,
5756
python_requires=">=3.11",

0 commit comments

Comments
 (0)