Skip to content

Commit cd11906

Browse files
authored
Remove depreciated declare_namespace()` (#177)
This fix removes declare_namespace() which is no longer needed. it used old style namespaces which has been using `pkg_resources` module which is part of the `setuptools` and which is as well depreceted now. Signed-off-by: Tomasz Kłoczko <[email protected]>
1 parent 9431223 commit cd11906

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sphinx_tabs/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
__version__ = "3.4.1"
2-
3-
__import__("pkg_resources").declare_namespace(__name__)

0 commit comments

Comments
 (0)