mirror of
				https://github.com/kbumsik/VirtScreen.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Fix for setup.py versioning
This commit is contained in:
		
							parent
							
								
									75ba481175
								
							
						
					
					
						commit
						99936f6e00
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								setup.py
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -40,7 +40,7 @@ setup(
 | 
			
		|||
    # For a discussion on single-sourcing the version across setup.py and the
 | 
			
		||||
    # project code, see
 | 
			
		||||
    # https://packaging.python.org/en/latest/single_source_version.html
 | 
			
		||||
    version='0.1.0',  # Required
 | 
			
		||||
    version='0.1.1',  # Required
 | 
			
		||||
 | 
			
		||||
    # This is a one-line description or tagline of what your project does. This
 | 
			
		||||
    # corresponds to the "Summary" metadata field:
 | 
			
		||||
| 
						 | 
				
			
			@ -67,7 +67,7 @@ setup(
 | 
			
		|||
    #
 | 
			
		||||
    # This field corresponds to the "Description-Content-Type" metadata field:
 | 
			
		||||
    # https://packaging.python.org/specifications/core-metadata/#description-content-type-optional
 | 
			
		||||
    long_description_content_type='text/markdown',  # Optional (see note above)
 | 
			
		||||
    long_description_content_type='text/markdown; charset=UTF-8; variant=GFM',  # Optional (see note above)
 | 
			
		||||
 | 
			
		||||
    # This should be a valid link to your project's main homepage.
 | 
			
		||||
    #
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue