|
|
@ -19,7 +19,7 @@ CURRENT_DIR = os.path.dirname(__file__)
|
|
|
|
setup(
|
|
|
|
setup(
|
|
|
|
name='georideapilib',
|
|
|
|
name='georideapilib',
|
|
|
|
packages=['georideapilib', 'georideapilib.objects'], # this must be the same as the name above
|
|
|
|
packages=['georideapilib', 'georideapilib.objects'], # this must be the same as the name above
|
|
|
|
version='0.9.3',
|
|
|
|
version='0.9.4',
|
|
|
|
description='Lib to control GeoRide tracker devices with theire rest api',
|
|
|
|
description='Lib to control GeoRide tracker devices with theire rest api',
|
|
|
|
author='Matthieu DUVAL',
|
|
|
|
author='Matthieu DUVAL',
|
|
|
|
author_email='georideapilib@duval-dev.fr',
|
|
|
|
author_email='georideapilib@duval-dev.fr',
|
|
|
|