Fixed missing len of pattern

This commit is contained in:
2021-02-14 13:13:24 +01:00
parent f24996512d
commit 0cdf7f09d0
3 changed files with 12 additions and 7 deletions

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.5.4",
version="0.5.5",
namespace_packages=["twomartens"],
packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
package_dir={'': 'src'},