mirror of
				https://github.com/ARM-software/devlib.git
				synced 2025-11-04 07:51:21 +00:00 
			
		
		
		
	setup.py: update URL
Update the url entry in the package metadata to be a valid URL. This is now required for upload to PyPI.
This commit is contained in:
		
				
					committed by
					
						
						Marc Bonnici
					
				
			
			
				
	
			
			
			
						parent
						
							9678c7372e
						
					
				
				
					commit
					56e9147e58
				
			
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@@ -62,7 +62,7 @@ params = dict(
 | 
				
			|||||||
    version='0.0.4',
 | 
					    version='0.0.4',
 | 
				
			||||||
    packages=packages,
 | 
					    packages=packages,
 | 
				
			||||||
    package_data=data_files,
 | 
					    package_data=data_files,
 | 
				
			||||||
    url='N/A',
 | 
					    url='https://github.com/ARM-software/devlib',
 | 
				
			||||||
    license='Apache v2',
 | 
					    license='Apache v2',
 | 
				
			||||||
    maintainer='ARM Ltd.',
 | 
					    maintainer='ARM Ltd.',
 | 
				
			||||||
    install_requires=[
 | 
					    install_requires=[
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user