Added config option firefoxBinary

This commit is contained in:
2020-03-02 21:31:15 +01:00
parent a29d96c760
commit 68f2f74203
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ Changelog
This changelog contains a list of versions with their respective high-level changes.
v0.3.6:
- specified firefox binary to prevent start up issues
v0.3.5:
- covered case where not all types of documents are available
- added ort.txt in document output, contains the location of the session

View File

@ -30,7 +30,7 @@ setup(
author="Jim Martens",
author_email="github@2martens.de",
url="https://git.2martens.de/2martens/allris-scraper",
version="0.3.5",
version="0.3.6",
namespace_packages=["twomartens"],
packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
package_dir={'': 'src'},