diff --git a/README.md b/README.md index fad4c05..4862de3 100755 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Convert blog to epub using command line or GUI. +> My main goal in creating this app is to preserve the legacy of the blogosphere for future generations. + ### Supported blogs: - *.blogspot.com - *.wordpress.com diff --git a/buildozer.spec b/buildozer.spec index d3763bb..23c9472 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -32,7 +32,7 @@ source.exclude_exts = spec, setup.py, pyproject.toml # version = # (str) Application versioning (method 2) -version.regex = VERSION = ['"]([0-9].[0-9].[0-9])['"] +version.regex = VERSION = ['"]*([0-9]+.[0-9]+.[0-9]+) version.filename = %(source.dir)s/blog2epub/common/globals.py # (list) Application requirements