Skip to content

Commit

Permalink
Fix namespace package definition
Browse files Browse the repository at this point in the history
  • Loading branch information
pradal committed Jan 23, 2024
1 parent 9958645 commit 3b0648b
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 @@ -30,7 +30,7 @@
* Support for different compilers on Linux and Windows (e.g. gcc, msvc, mingw)
"""

packages=find_namespace_packages(where='src', include=['openalea', 'openalea.*'])
packages=find_namespace_packages(where='src', include=['openalea.*'])
package_dir={'': 'src'}

setup(name = name,
Expand Down

0 comments on commit 3b0648b

Please sign in to comment.