Add author and license information to setup.py
This commit is contained in:
		
							parent
							
								
									a2ac23d15b
								
							
						
					
					
						commit
						c3b1c1dd6a
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		
							
								
								
									
										6
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								setup.py
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -179,7 +179,13 @@ setup(
 | 
			
		|||
    name = "gajim",
 | 
			
		||||
    description = 'TODO',
 | 
			
		||||
    version=gajim.__version__,
 | 
			
		||||
    author = "Philipp Hörist, Yann Leboulanger",
 | 
			
		||||
    author_email = "gajim-devel@gajim.org",
 | 
			
		||||
    url = 'https://gajim.org',
 | 
			
		||||
    license = 'GPL v3 or greater',
 | 
			
		||||
    classifiers = [
 | 
			
		||||
        'Programming Language :: Python :: 3',
 | 
			
		||||
    ],
 | 
			
		||||
    cmdclass = {
 | 
			
		||||
        'build_py': build,
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue