mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	also, patch out typing_extensions in setup.py, fix a setuptools deprecation warning, and re-enable on s390x.
		
			
				
	
	
		
			12 lines
		
	
	
		
			169 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			169 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/setup.cfg
 | |
| +++ b/setup.cfg
 | |
| @@ -2,7 +2,7 @@
 | |
|  test = pytest
 | |
|  
 | |
|  [metadata]
 | |
| -description-file = README.rst
 | |
| +description_file = README.rst
 | |
|  
 | |
|  [nosetests]
 | |
|  verbosity = 3
 |