mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-20 12:21:53 +00:00
Fix doc path
This commit is contained in:
parent
2aaadfb8a7
commit
a8f782d939
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -176,7 +176,7 @@ class MyDistribution (Distribution, object):
|
|||
self.console = ['linkchecker']
|
||||
self.windows = [{
|
||||
"script": "linkchecker-gui",
|
||||
"icon_resources": [(1, "doc/source/static/favicon.ico")],
|
||||
"icon_resources": [(1, "doc/html/favicon.ico")],
|
||||
}]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue