mirror of
				https://github.com/LonamiWebs/Telethon.git
				synced 2025-11-04 01:47:27 +03:00 
			
		
		
		
	Add python_requires to setup.py
This commit is contained in:
		
							parent
							
								
									07a8a73e3e
								
							
						
					
					
						commit
						55b5fca6fd
					
				
							
								
								
									
										6
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -126,6 +126,11 @@ def main():
 | 
			
		|||
 | 
			
		||||
            license='MIT',
 | 
			
		||||
 | 
			
		||||
            # See https://stackoverflow.com/a/40300957/4759433
 | 
			
		||||
            # -> https://www.python.org/dev/peps/pep-0345/#requires-python
 | 
			
		||||
            # -> http://setuptools.readthedocs.io/en/latest/setuptools.html
 | 
			
		||||
            python_requires='>=3.4',
 | 
			
		||||
 | 
			
		||||
            # See https://pypi.python.org/pypi?%3Aaction=list_classifiers
 | 
			
		||||
            classifiers=[
 | 
			
		||||
                #   3 - Alpha
 | 
			
		||||
| 
						 | 
				
			
			@ -139,7 +144,6 @@ def main():
 | 
			
		|||
                'License :: OSI Approved :: MIT License',
 | 
			
		||||
 | 
			
		||||
                'Programming Language :: Python :: 3',
 | 
			
		||||
                'Programming Language :: Python :: 3.3',
 | 
			
		||||
                'Programming Language :: Python :: 3.4',
 | 
			
		||||
                'Programming Language :: Python :: 3.5',
 | 
			
		||||
                'Programming Language :: Python :: 3.6'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user