photos in config order, always modify config if new files appear

This commit is contained in:
Ville Rantanen
2021-08-19 10:49:35 +03:00
parent fa8798d6b1
commit 69d14b2337
2 changed files with 17 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ setup(
],
package_data={'':['resources/*']},
include_package_data=True,
version = '20210601',
version = '20210819',
description = 'A tool to create a web gallery from a folder of images.',
author = 'Ville Rantanen',
author_email = 'ville.q.rantanen@gmail.com',