From 7ae9119c06088a86e7b9c9143c0934ca25c3908b Mon Sep 17 00:00:00 2001 From: Metin San Date: Fri, 19 Apr 2024 09:36:28 +0200 Subject: [PATCH] Add urls in pyproject.toml [no ci]. --- pyproject.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d45c58f..24c8baa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,10 @@ [tool.poetry] name = "zodipy" -homepage = "https://github.com/Cosmoglobe/zodipy" version = "0.9.0" description = "Software for simulating zodiacal emission" authors = ["Metin San "] readme = "README.md" license = "GPL-3.0-or-later" -exclude = ["test.py"] classifiers = [ "Intended Audience :: Science/Research", "Operating System :: OS Independent", @@ -22,7 +20,11 @@ keywords = [ "space", "science", ] +exclude = ["test.py"] +[tool.poetry.urls] +documentation = "https://cosmoglobe.github.io/zodipy/" +repository = "https://github.com/cosmoglobe/zodipy" [tool.poetry.dependencies] python = ">=3.9" @@ -48,7 +50,6 @@ ruff = "^0.3.7" markdown = "<3.4.0" hypothesis = "^6.99.11" - [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" @@ -114,6 +115,7 @@ lint.ignore = [ ] # exclude = ["docs/*"] lint.pydocstyle.convention = "google" + [tool.ruff.lint.per-file-ignores] "tests/*" = ["S101"] "docs/*" = ["INP001", "T201", "S101"] \ No newline at end of file