|  |  |  | @ -19,16 +19,16 @@ CURRENT_DIR = os.path.dirname(__file__) | 
			
		
	
		
			
				
					|  |  |  |  | setup( | 
			
		
	
		
			
				
					|  |  |  |  |     name='georideapilib', | 
			
		
	
		
			
				
					|  |  |  |  |     packages=['georideapilib', 'georideapilib.objects'],  # this must be the same as the name above | 
			
		
	
		
			
				
					|  |  |  |  |     version='0.9.6', | 
			
		
	
		
			
				
					|  |  |  |  |     version='1.0.0', | 
			
		
	
		
			
				
					|  |  |  |  |     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.9.3', | 
			
		
	
		
			
				
					|  |  |  |  |     download_url='https://codeload.github.com/hacf/georide-api/tar.gz/1.0.0', | 
			
		
	
		
			
				
					|  |  |  |  |     keywords=['rest', 'georide', 'api', 'grutier', 'GeoRide'],  # arbitrary keywords | 
			
		
	
		
			
				
					|  |  |  |  |     classifiers=[], | 
			
		
	
		
			
				
					|  |  |  |  |     install_requires=["python-socketio[client]==4.6.1"], | 
			
		
	
		
			
				
					|  |  |  |  |     install_requires=["python-socketio[client]==5.8.0"], | 
			
		
	
		
			
				
					|  |  |  |  |     tests_require=[ | 
			
		
	
		
			
				
					|  |  |  |  |         'pytest>=3.7', | 
			
		
	
		
			
				
					|  |  |  |  |         'pytest-pep8',   | 
			
		
	
	
		
			
				
					|  |  |  | 
 |