You've already forked httpie-cli
							
							
				mirror of
				https://github.com/httpie/cli.git
				synced 2025-10-30 23:47:52 +02:00 
			
		
		
		
	Prevent installation of test files (#1087)
(They’re still included in the package as per #182)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							9792513c68
						
					
				
				
					commit
					61f1ffd0eb
				
			
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| @@ -81,7 +81,7 @@ setup( | |||||||
|     author=httpie.__author__, |     author=httpie.__author__, | ||||||
|     author_email='jakub@roztocil.co', |     author_email='jakub@roztocil.co', | ||||||
|     license=httpie.__licence__, |     license=httpie.__licence__, | ||||||
|     packages=find_packages(), |     packages=find_packages(include=['httpie', 'httpie.*']), | ||||||
|     entry_points={ |     entry_points={ | ||||||
|         'console_scripts': [ |         'console_scripts': [ | ||||||
|             'http = httpie.__main__:main', |             'http = httpie.__main__:main', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user