Internet functionality added

This commit is contained in:
Tarek
2020-10-21 00:38:28 +02:00
parent 29d4f54d52
commit cb2c254b28
3 changed files with 385 additions and 115 deletions
+2 -2
View File
@@ -2,13 +2,13 @@ from distutils.core import setup
setup(
name = 'gsmHat',
packages = ['gsmHat'],
version = '0.3',
version = '0.4',
license='MIT',
description = 'Using the Waveshare GSM/GPRS/GNSS Hat for Raspberry Pi with Python',
author = 'Tarek Tounsi',
author_email = 'software@tounsi.de',
url = 'https://github.com/Civlo85/gsmHat',
download_url = 'https://github.com/Civlo85/gsmHat/archive/v_03.tar.gz',
download_url = 'https://github.com/Civlo85/gsmHat/archive/v_04.tar.gz',
keywords = ['Waveshare', 'GSM', 'GPS', 'Raspberry', 'Pi'],
install_requires=[
'serial',