mirror of
https://github.com/Civlo85/gsmHat.git
synced 2026-05-06 21:08:10 +00:00
Assuming, that the wrong logging package is included
This commit is contained in:
@@ -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',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user