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