Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fredboudon/plantgl into f…
Browse files Browse the repository at this point in the history
…redboudon-master
  • Loading branch information
pradal committed Jan 22, 2024
2 parents d63d795 + c8489b7 commit 0e77c8a
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 0e77c8a

Please sign in to comment.