summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormathieu <mathieu.carriere3@gmail.com>2020-02-06 10:47:03 -0500
committermathieu <mathieu.carriere3@gmail.com>2020-02-06 10:47:03 -0500
commitd3ddd141f6d5c68165a05c65cddb26a1b8c7c0ed (patch)
tree0c648ff08ce073f5ed960219e2402df532eb0e8b /src
parent6f44a22e8151a2b85ffe03144415b410457f9391 (diff)
parent055fda8507fde336a21169f10b3fd0782886e472 (diff)
Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into generators
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@',