Skip to content
Snippets Groups Projects
Commit cb7b5747 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Add the manpage to the PyPI package

This should close #192
parent 8c26020f
No related branches found
No related tags found
No related merge requests found
Pipeline #158402 passed with warnings
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment