mirror of
				https://github.com/ARM-software/devlib.git
				synced 2025-11-04 07:51:21 +00:00 
			
		
		
		
	setup.py Update classifiers
This commit is contained in:
		
							
								
								
									
										3
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								setup.py
									
									
									
									
									
								
							@@ -98,10 +98,11 @@ params = dict(
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    # https://pypi.python.org/pypi?%3Aaction=list_classifiers
 | 
					    # https://pypi.python.org/pypi?%3Aaction=list_classifiers
 | 
				
			||||||
    classifiers=[
 | 
					    classifiers=[
 | 
				
			||||||
        'Development Status :: 4 - Beta',
 | 
					        'Development Status :: 5 - Production/Stable',
 | 
				
			||||||
        'License :: OSI Approved :: Apache Software License',
 | 
					        'License :: OSI Approved :: Apache Software License',
 | 
				
			||||||
        'Operating System :: POSIX :: Linux',
 | 
					        'Operating System :: POSIX :: Linux',
 | 
				
			||||||
        'Programming Language :: Python :: 2.7',
 | 
					        'Programming Language :: Python :: 2.7',
 | 
				
			||||||
 | 
					        'Programming Language :: Python :: 3',
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user