Skip to content

Commit 6540b76

Browse files
committed
Fix package name again
1 parent 1640767 commit 6540b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
sys.path.insert(0, os.path.abspath(".."))
3838
from importlib.metadata import version # noqa: E402, isort:skip
3939

40-
setupVersion = version("github")
40+
setupVersion = version("pygithub")
4141

4242
# -- General configuration -----------------------------------------------------
4343

0 commit comments

Comments
 (0)