Remove spaces around equal
This commit is contained in:
		
							parent
							
								
									95426909cd
								
							
						
					
					
						commit
						dfe51b71f5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								setup.py
									
										
									
									
									
								
							|  | @ -47,7 +47,7 @@ setup( | |||
|     packages=['qweechat', 'qweechat.weechat'], | ||||
|     include_package_data=True, | ||||
|     package_data={'qweechat': ['data/icons/*.png']}, | ||||
|     entry_points = { | ||||
|     entry_points={ | ||||
|         'gui_scripts': [ | ||||
|             'qweechat = qweechat.qweechat:main', | ||||
|         ], | ||||
|  | @ -55,7 +55,7 @@ setup( | |||
|             'qweechat-testproto = qweechat.weechat.testproto:main', | ||||
|         ] | ||||
|     }, | ||||
|     install_requires = [ | ||||
|     install_requires=[ | ||||
|         'PySide6', | ||||
|     ] | ||||
| ) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sébastien Helleu
						Sébastien Helleu