Skip to content

Commit 9f83701

Browse files
committed
include data
1 parent 652794a commit 9f83701

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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 the bug to include `data` folder in the package.
15+
1416
### Removed
1517

1618

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def read(*names, **kwargs):
5555
project_urls={},
5656
packages=["compas_viewer"],
5757
package_dir={"": "src"},
58-
package_data={},
58+
package_data={"": "data/*"},
5959
data_files=[],
6060
include_package_data=True,
6161
zip_safe=False,

0 commit comments

Comments
 (0)