Skip to content

Commit 915610d

Browse files
committed
added __all_plugins__ to root package
1 parent cc1ead0 commit 915610d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
* Fixed `compas_libgl` plugins are not detected.
15+
1416
### Removed
1517

1618

src/compas_libigl/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,14 @@
33
__license__ = "Mozilla Public License Version 2.0"
44
55
__version__ = "0.7.4"
6+
7+
8+
__all_plugins__ = [
9+
"compas_libigl.geodistance",
10+
"compas_libigl.intersections",
11+
"compas_libigl.isolines",
12+
"compas_libigl.massmatrix",
13+
"compas_libigl.parametrisation",
14+
"compas_libigl.planarize",
15+
"compas_libigl.meshing",
16+
]

0 commit comments

Comments
 (0)