Added config option firefoxBinary
This commit is contained in:
@ -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
|
||||
|
||||
2
setup.py
2
setup.py
@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user