Skip to content

Commit

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

0 comments on commit e2d4cce

Please sign in to comment.