You've already forked httpie-cli
							
							
				mirror of
				https://github.com/httpie/cli.git
				synced 2025-10-30 23:47:52 +02:00 
			
		
		
		
	Cleanup
This commit is contained in:
		| @@ -44,6 +44,7 @@ class HTTPieHelpFormatter(RawDescriptionHelpFormatter): | |||||||
|         text = dedent(text).strip() + '\n\n' |         text = dedent(text).strip() + '\n\n' | ||||||
|         return text.splitlines() |         return text.splitlines() | ||||||
|  |  | ||||||
|  |  | ||||||
| parser = HTTPieArgumentParser( | parser = HTTPieArgumentParser( | ||||||
|     formatter_class=HTTPieHelpFormatter, |     formatter_class=HTTPieHelpFormatter, | ||||||
|     description='%s <http://httpie.org>' % __doc__.strip(), |     description='%s <http://httpie.org>' % __doc__.strip(), | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.py
									
									
									
									
									
								
							| @@ -69,6 +69,7 @@ def long_description(): | |||||||
|     with codecs.open('README.rst', encoding='utf8') as f: |     with codecs.open('README.rst', encoding='utf8') as f: | ||||||
|         return f.read() |         return f.read() | ||||||
|  |  | ||||||
|  |  | ||||||
| setup( | setup( | ||||||
|     name='httpie', |     name='httpie', | ||||||
|     version=httpie.__version__, |     version=httpie.__version__, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user