Skip to content

Commit 0ddda77

Browse files
committed
Fix README following changes in keys and update classifiers
1 parent 1393e4d commit 0ddda77

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ Here below the new configuration options available in the `pibooth`_ configurati
2828
[QRCODE]
2929
3030
# Prefix URL for the QR code
31-
qrcode_prefix = "https://github.com/pibooth/pibooth"
31+
prefix_url = "https://github.com/pibooth/pibooth"
3232
3333
# Use only one URL for all photos (one QR code linking to the album)
3434
unique_url = True
3535
3636
# QR code foreground color
37-
code_foreground = (255, 255, 255)
37+
foreground = (255, 255, 255)
3838
3939
# QR code background color
40-
code_background = (0, 0, 0)
40+
background = (0, 0, 0)
4141
4242
.. note:: Edit the configuration by running the command ``pibooth --config``.
4343

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ def main():
2727
'License :: OSI Approved :: GNU Affero General Public License v3',
2828
'Operating System :: POSIX :: Linux',
2929
'Programming Language :: Python :: 2.7',
30-
'Programming Language :: Python :: 3.4',
31-
'Programming Language :: Python :: 3.5',
30+
'Programming Language :: Python :: 3.6',
31+
'Programming Language :: Python :: 3.7',
32+
'Programming Language :: Python :: 3.8',
33+
'Programming Language :: Python :: 3.9',
3234
'Natural Language :: English',
3335
'Topic :: Multimedia :: Graphics :: Capture :: Digital Camera',
3436
],

0 commit comments

Comments
 (0)