mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	setup: Skip test files
Signed-off-by: Robin Hallabro <robin@hallabro.nu>
This commit is contained in:
		
							parent
							
								
									bc7c8a3973
								
							
						
					
					
						commit
						4977ea5405
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -38,7 +38,7 @@ setup(
 | 
			
		|||
    author_email='asciimoo@gmail.com',
 | 
			
		||||
    url='https://github.com/asciimoo/searx',
 | 
			
		||||
    license='GNU Affero General Public License',
 | 
			
		||||
    packages=find_packages('.'),
 | 
			
		||||
    packages=find_packages(exclude=["tests*"]),
 | 
			
		||||
    zip_safe=False,
 | 
			
		||||
    install_requires=requirements,
 | 
			
		||||
    extras_require={
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue