mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	Add python version check in setup.py (#268)
This commit is contained in:
		
				
					committed by
					
						 Ritiek Malhotra
						Ritiek Malhotra
					
				
			
			
				
	
			
			
			
						parent
						
							745066a646
						
					
				
				
					commit
					7e48ece898
				
			
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| @@ -1,5 +1,6 @@ | |||||||
| import re | import re | ||||||
| import ast | import ast | ||||||
|  |  | ||||||
| from setuptools import setup | from setuptools import setup | ||||||
|  |  | ||||||
| with open('README.md', 'r') as f: | with open('README.md', 'r') as f: | ||||||
| @@ -42,6 +43,7 @@ setup( | |||||||
|     author='Ritiek Malhotra and the spotify-downloader contributors', |     author='Ritiek Malhotra and the spotify-downloader contributors', | ||||||
|     author_email='ritiekmalhotra123@gmail.com', |     author_email='ritiekmalhotra123@gmail.com', | ||||||
|     license='MIT', |     license='MIT', | ||||||
|  |     python_require='>=3.4', | ||||||
|     url='https://github.com/ritiek/spotify-downloader', |     url='https://github.com/ritiek/spotify-downloader', | ||||||
|     download_url='https://pypi.org/project/spotify-downloader/', |     download_url='https://pypi.org/project/spotify-downloader/', | ||||||
|     keywords=['spotify', 'downloader', 'download', 'music', 'youtube', 'mp3', 'album', 'metadata'], |     keywords=['spotify', 'downloader', 'download', 'music', 'youtube', 'mp3', 'album', 'metadata'], | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user