Skip to content

Commit

Permalink
Fix package name again
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdye committed Feb 19, 2023
1 parent 1640767 commit 6540b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
sys.path.insert(0, os.path.abspath(".."))
from importlib.metadata import version # noqa: E402, isort:skip

setupVersion = version("github")
setupVersion = version("pygithub")

# -- General configuration -----------------------------------------------------

Expand Down

0 comments on commit 6540b76

Please sign in to comment.