Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
* Remove openalea from packages
* Remove create_namespace
  • Loading branch information
pradal authored Jan 26, 2024
1 parent 0d899ed commit 927168a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def compile_interface():
inc_dirs = { 'include' : pj(currentdir, build_prefix, 'include') },
share_dirs = { 'share' : 'share'},
postinstall_scripts = ['pgl_postinstall',],
namespace_packages = [namespace],
create_namespaces = False,
# namespace_packages = [namespace],
# create_namespaces = False,
)

setup(
Expand All @@ -84,7 +84,6 @@ def compile_interface():

# pure python packages
packages = [
namespace,
pkg_name,
pkg_name + '_wralea',
pkg_name + '.gui',
Expand Down

0 comments on commit 927168a

Please sign in to comment.