setup: use share/man/man1 for man1
This commit is contained in:
parent
47d5529840
commit
a3081bce47
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue