We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652794a commit 9f83701Copy full SHA for 9f83701
CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Changed
13
14
+* Fixed the bug to include `data` folder in the package.
15
+
16
### Removed
17
18
setup.py
@@ -55,7 +55,7 @@ def read(*names, **kwargs):
55
project_urls={},
56
packages=["compas_viewer"],
57
package_dir={"": "src"},
58
- package_data={},
+ package_data={"": "data/*"},
59
data_files=[],
60
include_package_data=True,
61
zip_safe=False,
0 commit comments