Skip to content

Commit

Permalink
update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fredboudon committed Jan 22, 2024
1 parent d158df5 commit c8489b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__revision__ = "$Id$"

import os, sys
from setuptools import setup, find_packages
from setuptools import setup, find_namespace_packages
from hexversion import *
pj = os.path.join

Expand Down Expand Up @@ -51,6 +51,7 @@ def getMetaInfo():
license = license,

# pure python packages
#packages = find_namespace_packages(where='src',include=['openalea','openalea.*'])
packages = [
namepace,
pkg_name,
Expand Down
1 change: 0 additions & 1 deletion src/openalea/__init__.py

This file was deleted.

0 comments on commit c8489b7

Please sign in to comment.