diff --git a/issues b/issues new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/pyproject.toml b/pyproject.toml index 09967ab41bfcfd8251ff9ba69fe8d7c03e6f50e5..48aa5ddff5c4c69c91c95a3a39cdaf60a0991b0a 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"