mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
13 lines
422 B
Diff
13 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",
|