diff --git a/PIP_INSTALL.txt b/PIP_INSTALL.txt new file mode 100644 index 0000000000000000000000000000000000000000..4892669f43c248b9edb6168e7a450e8bb72840ef --- /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 3b1ab48d274a37a8b43f728f216d979b9f0f7338..48ae38c5fd4b3448e1798c9d6a8fe5cde8513084 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" }, ]