format the setup call
This commit is contained in:
		
							
								
								
									
										6
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								setup.py
									
									
									
									
									
								
							| @@ -55,7 +55,11 @@ class build_py(_build_py): | |||||||
| setup( | setup( | ||||||
|     name = 'Arrival MANager', |     name = 'Arrival MANager', | ||||||
|     version = '0.1.0', |     version = '0.1.0', | ||||||
|     packages=[ 'aman' ], |     packages = [ | ||||||
|  |         'aman', | ||||||
|  |         'aman.com', | ||||||
|  |         'aman.tools' | ||||||
|  |     ], | ||||||
|     namespace_packages = [ 'aman' ], |     namespace_packages = [ 'aman' ], | ||||||
|     description = 'AMAN optimization backend', |     description = 'AMAN optimization backend', | ||||||
|     author = 'Sven Czarnian', |     author = 'Sven Czarnian', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user