From 5182dda8b2cece94d1281138f85a1893dcc403cc Mon Sep 17 00:00:00 2001 From: "michele.maris" <michele.maris@inaf.it> Date: Mon, 22 May 2023 13:41:32 +0200 Subject: [PATCH] u --- PIP_INSTALL.txt | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 PIP_INSTALL.txt diff --git a/PIP_INSTALL.txt b/PIP_INSTALL.txt new file mode 100644 index 0000000..4892669 --- /dev/null +++ b/PIP_INSTALL.txt @@ -0,0 +1,3 @@ + +See +https://packaging.python.org/en/latest/tutorials/packaging-projects/ diff --git a/pyproject.toml b/pyproject.toml index 3b1ab48..48ae38c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "yapsut" -version = "0.0.1" +version = "0.0.2" authors = [ { name="Michele Maris", email="michele.maris@inaf.it" }, ] -- GitLab