summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",