Skip to content

Commit 1acb9b5

Browse files
committed
Add include_package_data to add to wheel.
1 parent 852e268 commit 1acb9b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

robopianist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pathlib import Path
1616

17-
__version__ = "1.0.4"
17+
__version__ = "1.0.5"
1818

1919
# Path to the root of the project.
2020
_PROJECT_ROOT = Path(__file__).parent.parent

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
packages=find_packages(exclude=["examples"]),
9696
python_requires=">=3.8, <3.11",
9797
install_requires=core_requirements,
98+
include_package_data=True,
9899
classifiers=classifiers,
99100
extras_require={
100101
"test": test_requirements,

0 commit comments

Comments
 (0)