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 e6db257 commit 7aa9a84
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 @@ -31,7 +31,7 @@
license='cecill-c',
zip_safe=False,

packages=find_namespace_packages(where='src', include=['openalea', 'openalea.*']),
packages=find_namespace_packages(where='src', include=['openalea.*']),
#namespace_packages=['openalea'],
package_dir={'': 'src'},
entry_points={},
Expand Down

0 comments on commit 7aa9a84

Please sign in to comment.