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