checker module

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1384 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-07-22 11:25:14 +00:00
parent 32bc5cd292
commit 811e73db6c

View file

@ -176,7 +176,7 @@ o a (Fast)CGI web interface (requires HTTP server)
cmdclass = {'install': MyInstall,
'install_data': MyInstallData,
},
packages = ['', 'linkcheck', 'linkcheck.logger',
packages = ['', 'linkcheck', 'linkcheck.logger', 'linkcheck.checker',
'bk.HtmlParser', 'bk.net', 'bk.net.dns',],
ext_modules = [Extension('bk.HtmlParser.htmlsax',
['bk/HtmlParser/htmllex.c',