From 4b00d5adfe3eba140332ef1850a20ecd345409bf Mon Sep 17 00:00:00 2001 From: Gregor von Laszewski Date: Sun, 17 Dec 2023 06:40:48 -0500 Subject: [PATCH] toml --- bin/py3t.sh | 7 +++++++ pyproject.toml | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 bin/py3t.sh diff --git a/bin/py3t.sh b/bin/py3t.sh new file mode 100644 index 0000000..e29d86f --- /dev/null +++ b/bin/py3t.sh @@ -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 diff --git a/pyproject.toml b/pyproject.toml index cff43b0..924474d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,4 +77,3 @@ dependencies = [ [tool.setuptools.packages.find] where = ["src/"] include = ["cloudmesh.common"] -namespaces = true