Skip to content

Commit

Permalink
fix namspace management
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Nov 26, 2023
1 parent e2d4cce commit 40ff4ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,13 @@ def readfile(filename):
license="Apache 2.0",
url=URL,
packages=find_namespace_packages(
where="",
exclude=("tests",
"deprecated",
"propose",
"examples",
"conda"),
include=['cloudmesh']),
package_dir={"cloudmesh": ""},
package_dir={"cloudmesh": "cloudmesh"},
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
Expand Down

0 comments on commit 40ff4ad

Please sign in to comment.