Skip to content

Commit

Permalink
setup.py: make sure root modules are included
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Apr 25, 2020
1 parent 5e5d666 commit d6a2c6a
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 @@ -54,7 +54,7 @@ def execfile(filepath, globals=None, locals=None):
download_url="http://arcade.academy",
install_requires=install_requires,
packages=find_namespace_packages(
include=["arcade.*"],
include=["arcade", "arcade.*"],
exclude=[],
),
python_requires='>=3.6',
Expand Down

0 comments on commit d6a2c6a

Please sign in to comment.