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 852e268 commit 1acb9b5Copy full SHA for 1acb9b5
robopianist/__init__.py
@@ -14,7 +14,7 @@
14
15
from pathlib import Path
16
17
-__version__ = "1.0.4"
+__version__ = "1.0.5"
18
19
# Path to the root of the project.
20
_PROJECT_ROOT = Path(__file__).parent.parent
setup.py
@@ -95,6 +95,7 @@
95
packages=find_packages(exclude=["examples"]),
96
python_requires=">=3.8, <3.11",
97
install_requires=core_requirements,
98
+ include_package_data=True,
99
classifiers=classifiers,
100
extras_require={
101
"test": test_requirements,
0 commit comments