From 46daff4207dfb49195ddf0b0543d94706def63b0 Mon Sep 17 00:00:00 2001 From: Lukas Pramuk Date: Wed, 18 Jan 2023 11:35:51 +0100 Subject: [PATCH] Update setup.cfg --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9fdec98e..39504533 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,9 +14,9 @@ classifiers = License :: OSI Approved :: GNU General Public License v3 (GPLv3) Natural Language :: English Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 [options] install_requires = @@ -45,3 +45,6 @@ podman = podman-py [options.entry_points] console_scripts = broker = broker.commands:cli + +[flake8] +max-line-length = 110