Skip to content

Commit

Permalink
Add urls in pyproject.toml [no ci].
Browse files Browse the repository at this point in the history
  • Loading branch information
MetinSa committed Apr 19, 2024
1 parent 5eb8df7 commit 7ae9119
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
license = "GPL-3.0-or-later"
exclude = ["test.py"]
classifiers = [
"Intended Audience :: Science/Research",
"Operating System :: OS Independent",
Expand All @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -114,6 +115,7 @@ lint.ignore = [
]
# exclude = ["docs/*"]
lint.pydocstyle.convention = "google"

[tool.ruff.lint.per-file-ignores]
"tests/*" = ["S101"]
"docs/*" = ["INP001", "T201", "S101"]

0 comments on commit 7ae9119

Please sign in to comment.