mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			422 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			422 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/setup.py b/setup.py
 | |
| index 356ca4b..bbdf1d9 100644
 | |
| --- a/setup.py
 | |
| +++ b/setup.py
 | |
| @@ -20,7 +20,7 @@ setuptools.setup(
 | |
|          'pycairo',
 | |
|      ],
 | |
|      packages=setuptools.find_packages(exclude=('tests', )),
 | |
| -    data_files = [('man/man1', ['doc/mat2.1'])],
 | |
| +    data_files = [('share/man/man1', ['doc/mat2.1'])],
 | |
|      classifiers=[
 | |
|          "Development Status :: 3 - Alpha",
 | |
|          "Environment :: Console",
 |