Skip to content

Commit ea316f9

Browse files
authored
Merge pull request #1377 from compas-dev/ghuser_wheel
added compas_ghpython user objects target to package-data
2 parents 3792616 + 8c4c46b commit ea316f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4545
* Changed `compas.geometry.curves.nurbs.new_nurbscurve_from_...` to `nurbscurve_from_...`.
4646
* Changed `compas.geometry.curves.nurbs.NurbsCurve.__new__` to prevent instantiation of `NurbsCurve` directly.
4747
* Changed `compas_rhino.geometry.curves.new_nurbscurve_from_...` to `nurbscurve_from_...`.
48+
* Fixed `compas_ghpython` Grasshopper components not included in published pakcage.
4849
* Chnaged `compas.colors.Color.coerce` to take color as is, if it is already aninstance of `compas.colors.Color`.
4950

5051
### Removed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ where = ["src"]
6060
[tool.setuptools.package-data]
6161
"compas.colors.cmcrameri" = ["*.txt"]
6262
"compas.data.samples" = ["*.obj", "*.stl", "*.off", "*.ply", "*.json"]
63+
"compas_ghpython.components.ghuser" = ["*.ghuser"]
6364

6465
# ============================================================================
6566
# replace pytest.ini

0 commit comments

Comments
 (0)