Assuming, that the wrong logging package is included

This commit is contained in:
Tarek
2020-10-15 11:25:36 +02:00
parent c5ecfc538e
commit 2ffb53977c

View File

@@ -12,8 +12,7 @@ setup(
keywords = ['Waveshare', 'GSM', 'GPS', 'Raspberry', 'Pi'],
install_requires=[
'serial',
'datetime',
'logging',
'datetime'
],
classifiers=[
'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
@@ -26,4 +25,4 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
)
)