Skip to content

Commit

Permalink
include submodules in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dionhaefner committed Apr 11, 2024
1 parent 83768b1 commit f63bee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ exclude = '''

[tool.setuptools.packages.find]
where = ["."] # list of folders that contain the packages (["."] by default)
include = ["exponax"] # package names should match these glob patterns (["*"] by default)
include = ["exponax*"] # package names should match these glob patterns (["*"] by default)
exclude = [] # exclude packages matching these glob patterns (empty by default)
namespaces = false # to disable scanning PEP 420 namespaces (true by default)

0 comments on commit f63bee2

Please sign in to comment.