Skip to content

Commit

Permalink
toml
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Dec 17, 2023
1 parent b7aa119 commit 4b00d5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions bin/py3t.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
rm -rf ~/ENVt
python3.12 -m venv ~/ENVt
pip install pip -U
pip install setuptools
source ~/ENVt/bin/activate
which python
python --version
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,3 @@ dependencies = [
[tool.setuptools.packages.find]
where = ["src/"]
include = ["cloudmesh.common"]
namespaces = true

0 comments on commit 4b00d5a

Please sign in to comment.