summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormathieu <mathieu.carriere3@gmail.com>2020-02-06 10:46:31 -0500
committermathieu <mathieu.carriere3@gmail.com>2020-02-06 10:46:31 -0500
commit266314e4f0a4c767eb2d1bcd321788dddc03320c (patch)
treeb5726853046de3fa91b0e6ac61e6a0b4f8b7284f /src
parentdcb36634af99e7eac01188533da70028529a558a (diff)
parent055fda8507fde336a21169f10b3fd0782886e472 (diff)
Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into extended_persistence
Diffstat (limited to 'src')
-rw-r--r--src/python/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/setup.py.in b/src/python/setup.py.in
index 9c2124f4..f993165c 100644
--- a/src/python/setup.py.in
+++ b/src/python/setup.py.in
@@ -44,7 +44,7 @@ for module in modules:
setup(
name = 'gudhi',
- packages=["gudhi",],
+ packages=["gudhi","gudhi.representations"],
author='GUDHI Editorial Board',
author_email='gudhi-contact@lists.gforge.inria.fr',
version='@GUDHI_VERSION@',