Skip to content

Commit

Permalink
Remove depreciated declare_namespace()` (#177)
Browse files Browse the repository at this point in the history
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 <kloczek@github.com>
  • Loading branch information
kloczek committed Jul 12, 2023
1 parent 9431223 commit cd11906
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sphinx_tabs/__init__.py
@@ -1,3 +1 @@
__version__ = "3.4.1"

__import__("pkg_resources").declare_namespace(__name__)

0 comments on commit cd11906

Please sign in to comment.