Skip to content

Commit

Permalink
setup: install all namespace packages (instead of just 'cachew')
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Sep 19, 2023
1 parent 2ca4648 commit b17f5e2
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 @@ -33,7 +33,7 @@ def main() -> None:
author_email=author_email,
description=description,

packages=[pkg],
packages=pkgs,
package_dir={'': 'src'},
package_data={pkg: ['py.typed']},

Expand Down

0 comments on commit b17f5e2

Please sign in to comment.