missing dependency

This commit is contained in:
Ville Rantanen
2021-12-21 12:09:46 +02:00
parent 99992cb9ce
commit 37c6f41088

View File

@@ -8,13 +8,14 @@ setup(
'scripts/Qalbum-descriptor'], 'scripts/Qalbum-descriptor'],
package_data={'':['lib/*']}, package_data={'':['lib/*']},
include_package_data=True, include_package_data=True,
version = '2.20211016', version = '2.20211221',
description = 'A tool to create a web gallery from a folder structure of images / other files.', description = 'A tool to create a web gallery from a folder structure of images / other files.',
author = 'Ville Rantanen', author = 'Ville Rantanen',
author_email = 'ville.q.rantanen@gmail.com', author_email = 'ville.q.rantanen@gmail.com',
url = 'https://bitbucket.org/MoonQ/qalbum', url = 'https://bitbucket.org/MoonQ/qalbum',
download_url = 'https://bitbucket.org/MoonQ/qalbum/get/master.tar.gz', download_url = 'https://bitbucket.org/MoonQ/qalbum/get/master.tar.gz',
keywords = ['album', 'generator', 'javascript'], keywords = ['album', 'generator', 'javascript'],
install_requires = ['configobj'],
classifiers = [], classifiers = [],
license = 'MIT', license = 'MIT',
) )