mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-20 16:00:26 +00:00
renamed linkcheck.log to linkcheck.logger
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1352 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
dc90faac9e
commit
c6ba035b2b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -176,7 +176,7 @@ o a (Fast)CGI web interface (requires HTTP server)
|
|||
cmdclass = {'install': MyInstall,
|
||||
'install_data': MyInstallData,
|
||||
},
|
||||
packages = ['', 'linkcheck', 'linkcheck.log',
|
||||
packages = ['', 'linkcheck', 'linkcheck.logger',
|
||||
'linkcheck.parser', 'linkcheck.DNS'],
|
||||
ext_modules = [Extension('linkcheck.parser.htmlsax',
|
||||
['linkcheck/parser/htmllex.c',
|
||||
|
|
|
|||
Loading…
Reference in a new issue