mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 22:54:14 +00:00 
			
		
		
		
	Merge pull request #437 from BuBuaBu/master
Exclude recursively tests packages
This commit is contained in:
		
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| @@ -35,7 +35,7 @@ setup(name='thefuck', | ||||
|       url='https://github.com/nvbn/thefuck', | ||||
|       license='MIT', | ||||
|       packages=find_packages(exclude=['ez_setup', 'examples', | ||||
|                                       'tests', 'release']), | ||||
|                                       'tests', 'tests.*', 'release']), | ||||
|       include_package_data=True, | ||||
|       zip_safe=False, | ||||
|       install_requires=install_requires, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user