Fix subscription info for Georide

This commit is contained in:
2022-03-04 10:29:45 +01:00
parent e6e471deae
commit a62ae48001
4 changed files with 11 additions and 6 deletions

View File

@@ -19,13 +19,13 @@ CURRENT_DIR = os.path.dirname(__file__)
setup(
name='georideapilib',
packages=['georideapilib'], # this must be the same as the name above
version='0.7.0',
version='0.7.1',
description='Lib to control GeoRide tracker devices with theire rest api',
author='Matthieu DUVAL',
author_email='georideapilib@duval-dev.fr',
# use the URL to the github repo
url='https://github.com/hacf/georide-api',
download_url='https://codeload.github.com/hacf/georide-api/tar.gz/0.7.0',
download_url='https://codeload.github.com/hacf/georide-api/tar.gz/0.7.1',
keywords=['rest', 'georide', 'api', 'grutier', 'GeoRide'], # arbitrary keywords
classifiers=[],
install_requires=["python-socketio[client]==4.6.1"],