Skip to content

Commit

Permalink
fix: include packages from subdirectories of gdk (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrzhan authored Jan 16, 2024
1 parent 3545476 commit 439da5d
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 @@ -53,7 +53,7 @@ def get_version(rel_path):
long_description=long_description,
long_description_content_type="text/markdown",
license=license,
packages=find_packages(include=["gdk"]),
packages=find_packages(include=["gdk", "gdk.*"]),
entry_points=entry_points,
classifiers=classifiers,
install_requires=get_requirements(),
Expand Down

0 comments on commit 439da5d

Please sign in to comment.