Skip to content

Commit

Permalink
build: Look for modules recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
suminb committed May 31, 2024
1 parent 95cf1a1 commit e8b8c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def readme():
author=hanja.__author__,
author_email=hanja.__email__,
url="https://github.com/suminb/hanja",
packages=find_packages(include=["hanja"]),
packages=find_packages(include=["hanja", "hanja.*"]),
package_data={"": ["requirements.txt"], "hanja": ["table.yml"]},
include_package_data=True,
install_requires=install_requires,
Expand Down

0 comments on commit e8b8c69

Please sign in to comment.