Fix errors

This commit is contained in:
Fred Boniface 2024-10-29 13:17:19 +00:00
parent 62ad0f0bea
commit 710e61bb17

View File

@ -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'
]
)