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
+2 -3
View File
@@ -12,8 +12,7 @@ setup(
keywords = ['Waveshare', 'GSM', 'GPS', 'Raspberry', 'Pi'], keywords = ['Waveshare', 'GSM', 'GPS', 'Raspberry', 'Pi'],
install_requires=[ install_requires=[
'serial', 'serial',
'datetime', 'datetime'
'logging',
], ],
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package '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.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
], ],
) )