From 710e61bb17cf2fab5f67e8f61afb1e1b281e3eb7 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 29 Oct 2024 13:17:19 +0000 Subject: [PATCH] Fix errors --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 8c7799b..c003822 100644 --- a/setup.py +++ b/setup.py @@ -27,14 +27,13 @@ setup( url='https://git.fjla.uk/owlboard/pyowlboard', packages=find_packages(), classifiers=[ - 'Programming Lanauge :: Python :: 3', + 'Programming Language :: Python :: 3', 'License :: OSI Approved :: GPLv3', - 'Operating Systen :: OS Independent', + 'Operating System :: OS Independent', ], python_requires='>=3.6', install_requires=[ 'requests>=2.20.0', 'urllib3>=2.2.3', - 'logging>=0.4.9.6' ] ) \ No newline at end of file