1
0
Fork 0

Add the manpage to the PyPI package

This should close #192
This commit is contained in:
jvoisin 2023-07-11 22:03:56 +02:00
parent 8c26020f67
commit cb7b5747a8
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ setuptools.setup(
'pycairo',
],
packages=setuptools.find_packages(exclude=('tests', )),
data_files = [('man/man1', ['doc/mat2.1'])],
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Console",