forked from jan/mem_edit
		
	Add readme as long_description
This commit is contained in:
		
							parent
							
								
									5021d5fb9a
								
							
						
					
					
						commit
						571ecc7a95
					
				
							
								
								
									
										7
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								setup.py
									
									
									
									
									
								
							@ -2,9 +2,16 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
from setuptools import setup, find_packages
 | 
					from setuptools import setup, find_packages
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					with open('README.md', 'r') as f:
 | 
				
			||||||
 | 
					    long_description = f.read()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
setup(name='mem_edit',
 | 
					setup(name='mem_edit',
 | 
				
			||||||
      version='0.1',
 | 
					      version='0.1',
 | 
				
			||||||
      description='Multi-platform library for memory editing',
 | 
					      description='Multi-platform library for memory editing',
 | 
				
			||||||
 | 
					      long_description=long_description,
 | 
				
			||||||
 | 
					      long_description_content_type='text/markdown',
 | 
				
			||||||
      author='Jan Petykiewicz',
 | 
					      author='Jan Petykiewicz',
 | 
				
			||||||
      author_email='anewusername@gmail.com',
 | 
					      author_email='anewusername@gmail.com',
 | 
				
			||||||
      url='https://mpxd.net/code/jan/mem_edit',
 | 
					      url='https://mpxd.net/code/jan/mem_edit',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user