mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	setup: update PyPI classifiers
- Declare Python 3.6 support - Change development status to Production/Stable (cherry picked from commit dbc9d1690d46d01a56b0333624bcca3956423af1)
This commit is contained in:
		
							parent
							
								
									58e6527719
								
							
						
					
					
						commit
						79ff9f23fb
					
				
							
								
								
									
										3
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								setup.py
									
									
									
									
									
								
							@ -55,7 +55,7 @@ setup(
 | 
			
		||||
 | 
			
		||||
    # See https://pypi.python.org/pypi?%3Aaction=list_classifiers
 | 
			
		||||
    classifiers=[
 | 
			
		||||
        'Development Status :: 4 - Beta',
 | 
			
		||||
        'Development Status :: 5 - Production/Stable',
 | 
			
		||||
 | 
			
		||||
        'Intended Audience :: Developers',
 | 
			
		||||
        'Intended Audience :: System Administrators',
 | 
			
		||||
@ -72,6 +72,7 @@ setup(
 | 
			
		||||
        'Programming Language :: Python :: 3 :: Only',
 | 
			
		||||
        'Programming Language :: Python :: 3.4',
 | 
			
		||||
        'Programming Language :: Python :: 3.5',
 | 
			
		||||
        'Programming Language :: Python :: 3.6',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    keywords='IRC services relay',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user