You've already forked httpie-cli
							
							
				mirror of
				https://github.com/httpie/cli.git
				synced 2025-10-30 23:47:52 +02:00 
			
		
		
		
	Include README.md in the source tarball
This should fix the IOError that occured in setup.py.
This commit is contained in:
		
							
								
								
									
										1
									
								
								MANIFEST.in
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								MANIFEST.in
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| include README.md | ||||
							
								
								
									
										8
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								setup.py
									
									
									
									
									
								
							| @@ -14,16 +14,10 @@ if sys.version_info < (2, 7): | ||||
|     requirements.append('argparse>=1.2.1') | ||||
|  | ||||
|  | ||||
| try: | ||||
|     long_description = open('README.md').read() | ||||
| except IOError: | ||||
|     long_description = '' | ||||
|  | ||||
|  | ||||
| setup( | ||||
|     name='httpie',version=httpie.__version__, | ||||
|     description=httpie.__doc__.strip(), | ||||
|     long_description=long_description, | ||||
|     long_description=open('README.md').read(), | ||||
|     url='http://httpie.org/', | ||||
|     download_url='https://github.com/jkbr/httpie', | ||||
|     author=httpie.__author__, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user