Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cloudmesh/cloudmesh-common
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Dec 24, 2023
2 parents 407820a + 498c86c commit 0400358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ terminal, such as errors, info, and regular messages
```python
from cloudmesh.common.console import Console

Console.error("this is an error printed in red wth prefix ERROR:")
Console.error("this is an error printed in red with prefix ERROR:")
Console.msg("this is a msg printed in black")
Console.ok("this is an ok message printed in green")
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ Issues = "https://github.com/cloudmesh/cloudmesh-common/issues"
Changelog = "https://github.com/cloudmesh/cloudmesh-common/blob/main/CHANGELOG.md"

[tool.setuptools.packages.find]
where = ["src/"]
where = ["src"]
include = ["cloudmesh.common"]

0 comments on commit 0400358

Please sign in to comment.