mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-16 10:33:09 +00:00
do not install test packages
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2198 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
18463100f8
commit
2ce3bf6cd3
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -304,8 +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.tests',
|
||||
'linkcheck.ftests', 'linkcheck.dns.tests', ],
|
||||
'linkcheck.HtmlParser', ],
|
||||
ext_modules = [Extension('linkcheck.HtmlParser.htmlsax',
|
||||
sources = ['linkcheck/HtmlParser/htmllex.c',
|
||||
'linkcheck/HtmlParser/htmlparse.c',
|
||||
|
|
|
|||
Loading…
Reference in a new issue