Fix errors
This commit is contained in:
parent
62ad0f0bea
commit
710e61bb17
5
setup.py
5
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'
|
||||
]
|
||||
)
|
Loading…
Reference in New Issue
Block a user