summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-08-26 15:38:41 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-08-26 15:38:41 +0200
commit3954d88bf505e4ae5af0dec81b978b1cdf0f5adf (patch)
tree592f189fa3cb098d9146bc3db30d9653a10dd956
parentcdd91e723aaf9e99d8161397fee683824e67cd78 (diff)
Fix #416
-rw-r--r--src/python/setup.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/setup.py.in b/src/python/setup.py.in
index fd22962e..23746998 100644
--- a/src/python/setup.py.in
+++ b/src/python/setup.py.in
@@ -82,6 +82,7 @@ setup(
},
description='The Gudhi library is an open source library for ' \
'Computational Topology and Topological Data Analysis (TDA).',
+ data_files=[('.', ['./introduction.rst'])],
long_description_content_type='text/x-rst',
long_description=long_description,
ext_modules = ext_modules,