mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-09 17:10:58 +00:00
include test packages
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1571 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
abf90e07ba
commit
beac44b4d0
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -200,7 +200,8 @@ 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.tests',
|
||||
'linkcheck.ftests', ],
|
||||
ext_modules = [Extension('linkcheck.HtmlParser.htmlsax',
|
||||
['linkcheck/HtmlParser/htmllex.c',
|
||||
'linkcheck/HtmlParser/htmlparse.c',
|
||||
|
|
|
|||
Loading…
Reference in a new issue