Fixed PEP8 in setup.py
This commit is contained in:
		
							
								
								
									
										4
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								setup.py
									
									
									
									
									
								
							@@ -9,7 +9,7 @@ setup(name='carom-client',
 | 
				
			|||||||
      license='MIT',
 | 
					      license='MIT',
 | 
				
			||||||
      packages=['carom'],
 | 
					      packages=['carom'],
 | 
				
			||||||
      zip_safe=False,
 | 
					      zip_safe=False,
 | 
				
			||||||
      entry_points = {
 | 
					      entry_points={
 | 
				
			||||||
        'console_scripts': ['carom-client=carom.cli:main'],
 | 
					        'console_scripts': ['carom-client=carom.cli:main'],
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
)
 | 
					     )
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user