Skip to content

Commit

Permalink
build: remove pkg_resources from docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Nov 21, 2023
1 parent 6755884 commit 6be7882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
import sys

import pkg_resources
import proto


sys.path.insert(0, os.path.abspath(".."))
Expand All @@ -27,7 +27,7 @@
copyright = "2018, Google LLC"
author = "Google LLC"

version = pkg_resources.get_distribution("proto-plus").version
version = proto.version.__version__


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 6be7882

Please sign in to comment.