wummel / linkchecker

check links in web documents or full websites
http://wummel.github.io/linkchecker/
GNU General Public License v2.0
1.42k stars 234 forks source link

Fix setup.py #707

Closed nottrobin closed 7 years ago

nottrobin commented 7 years ago

Currently, pip install . in the repository directory will fail because it can't find two files, doc/html/lccollection.qhc and doc/html/lcdoc.qch.

Here I'm simply removing mention of those from setup.py so that install will work.

QA

After checking out this branch, do:

pip install .

And check it succeeds.

nottrobin commented 7 years ago

For the time being, you can install the (current as of 2017-01-31) bleeding edge version of linkchecker with:

pip install pip install https://github.com/nottrobin/linkchecker/archive/fix-install.zip

In my case I'm doing this because I need a fix to the "This program requires Python requests 2.2.0 or later" issue.

anarcat commented 7 years ago

please reroll this PR in the new organisation here: https://github.com/linkcheck/linkchecker/pulls see #686 for details

nottrobin commented 7 years ago

@anarcat okay. Maybe I'll get around to that. Maybe someone else might. Anyway, I'm gonna close this now.