added ftpparse package

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2237 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-01-28 23:11:51 +00:00
parent 879343f87b
commit 436d1165a5

View file

@ -304,7 +304,7 @@ o a (Fast)CGI web interface (requires HTTP server)
packages = ['linkcheck', 'linkcheck.logger', 'linkcheck.checker',
'linkcheck.dns', 'linkcheck.dns.rdtypes',
'linkcheck.dns.rdtypes.ANY', 'linkcheck.dns.rdtypes.IN',
'linkcheck.HtmlParser', ],
'linkcheck.HtmlParser', 'linkcheck.ftpparse', ],
ext_modules = [Extension('linkcheck.HtmlParser.htmlsax',
sources = ['linkcheck/HtmlParser/htmllex.c',
'linkcheck/HtmlParser/htmlparse.c',