diff options
| author | jvoisin | 2023-07-11 22:03:56 +0200 |
|---|---|---|
| committer | jvoisin | 2023-07-11 22:03:56 +0200 |
| commit | cb7b5747a8f6178257bc7723e99de5b8feffb902 (patch) | |
| tree | 671391f0915ffbfd3a159ca676fad61d552f3808 | |
| parent | 8c26020f67b45bc865fe1e2d645af9d99110ac41 (diff) | |
Add the manpage to the PyPI package
This should close #192
Diffstat (limited to '')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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", |
