Skip to content

Commit

Permalink
Add include_package_data to add to wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Mar 19, 2023
1 parent 852e268 commit 1acb9b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion robopianist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from pathlib import Path

__version__ = "1.0.4"
__version__ = "1.0.5"

# Path to the root of the project.
_PROJECT_ROOT = Path(__file__).parent.parent
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
packages=find_packages(exclude=["examples"]),
python_requires=">=3.8, <3.11",
install_requires=core_requirements,
include_package_data=True,
classifiers=classifiers,
extras_require={
"test": test_requirements,
Expand Down

0 comments on commit 1acb9b5

Please sign in to comment.