From 0ddda777b19838a46d0822939fa239fa46a5e666 Mon Sep 17 00:00:00 2001 From: werdeil Date: Sun, 25 Apr 2021 17:12:22 +0200 Subject: [PATCH] Fix README following changes in keys and update classifiers --- README.rst | 6 +++--- setup.py | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index f2f8ad4..fb46436 100644 --- a/README.rst +++ b/README.rst @@ -28,16 +28,16 @@ Here below the new configuration options available in the `pibooth`_ configurati [QRCODE] # Prefix URL for the QR code - qrcode_prefix = "https://github.com/pibooth/pibooth" + prefix_url = "https://github.com/pibooth/pibooth" # Use only one URL for all photos (one QR code linking to the album) unique_url = True # QR code foreground color - code_foreground = (255, 255, 255) + foreground = (255, 255, 255) # QR code background color - code_background = (0, 0, 0) + background = (0, 0, 0) .. note:: Edit the configuration by running the command ``pibooth --config``. diff --git a/setup.py b/setup.py index 6b23a87..098ec68 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,10 @@ def main(): 'License :: OSI Approved :: GNU Affero General Public License v3', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Natural Language :: English', 'Topic :: Multimedia :: Graphics :: Capture :: Digital Camera', ],