File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
346346* All color representations are now in ` compas.colors.Color ` .
347347* Reduce the ` numpy.array ` representation. Mostly use ` list ` instead for clarity.
348348* Comments improved and better type hints.
349+ * Fixed issue [ #200 ] ( https://github.com/compas-dev/compas_viewer/issues/200 ) by adding installation package path.
349350
350351### Removed
351352* Removed ` self.objects ` from the ` Render ` class.`
Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ where = ["src"]
5454
5555[tool .setuptools .package-data ]
5656compas_viewer = [' config.json' ]
57- "compas_viewer.assets" = [" *.svg" , " *.png" , " *.ttf" ]
57+ "compas_viewer.assets" = [" *.svg" , " *.png" ]
58+ "compas_viewer.assets.fonts" = [" *.ttf" ]
5859"compas_viewer.renderer.shaders" = [" *.vert" , " *.frag" ]
5960
6061# ============================================================================
You can’t perform that action at this time.
0 commit comments