From 3a29d95886e7e2f8f8e74a60d50800e967af71bf Mon Sep 17 00:00:00 2001 From: "michele.maris" <michele.maris@inaf.it> Date: Mon, 22 May 2023 12:52:09 +0200 Subject: [PATCH] u --- issues | 0 pyproject.toml | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 issues diff --git a/issues b/issues new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 09967ab..48aa5dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "example_package_YOUR_USERNAME_HERE" +name = "yapsut" version = "0.0.1" authors = [ - { name="Example Author", email="author@example.com" }, + { name="Michele Maris", email="michele.maris@inaf.it" }, ] -description = "A small example package" +description = "Yet Another Python Sciece Utilty Toolkit" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3." classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", @@ -19,6 +19,6 @@ classifiers = [ ] [project.urls] -"Homepage" = "https://github.com/pypa/sampleproject" -"Bug Tracker" = "https://github.com/pypa/sampleproject/issues" +"Homepage" = "https://www.ict.inaf.it/gitlab/michele.maris/yapsut" +"Bug Tracker" = "https://www.ict.inaf.it/gitlab/michele.maris/yapsut/issues" -- GitLab