Skip to content

Commit

Permalink
Update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasarsouze committed Jan 22, 2024
1 parent 64dfa27 commit eed58ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# {# pkglts, pysetup.kwds
# format setup arguments
from setuptools import setup, find_packages
from setuptools import setup, find_namespace_packages


short_descr = "Multiscale Tree Graph datastructure and interfaces"
Expand All @@ -31,7 +31,7 @@
license='cecill-c',
zip_safe=False,

packages=find_packages('src'),
packages=find_namespace_packages(where='src', include=['openalea', 'openalea.*']),
package_dir={'': 'src'},
entry_points={},
keywords='',
Expand Down
4 changes: 0 additions & 4 deletions src/openalea/__init__.py

This file was deleted.

0 comments on commit eed58ab

Please sign in to comment.