summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2023-07-11 22:03:56 +0200
committerjvoisin2023-07-11 22:03:56 +0200
commitcb7b5747a8f6178257bc7723e99de5b8feffb902 (patch)
tree671391f0915ffbfd3a159ca676fad61d552f3808
parent8c26020f67b45bc865fe1e2d645af9d99110ac41 (diff)
Add the manpage to the PyPI package
This should close #192
Diffstat (limited to '')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3deb296..e99b852 100644
--- a/setup.py
+++ b/setup.py
@@ -20,6 +20,7 @@ setuptools.setup(
20 'pycairo', 20 'pycairo',
21 ], 21 ],
22 packages=setuptools.find_packages(exclude=('tests', )), 22 packages=setuptools.find_packages(exclude=('tests', )),
23 data_files = [('man/man1', ['doc/mat2.1'])],
23 classifiers=[ 24 classifiers=[
24 "Development Status :: 3 - Alpha", 25 "Development Status :: 3 - Alpha",
25 "Environment :: Console", 26 "Environment :: Console",