summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 62912b1..b5f9c0d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,9 +11,9 @@ dependencies = [
11 'pycairo', 11 'pycairo',
12] 12]
13[project.urls] 13[project.urls]
14Repository = "https://0xacab.org/jvoisin/mat2" 14Repository = "https://github.com/jvoisin/mat2"
15Issues = "https://0xacab.org/jvoisin/mat2/-/issues" 15Issues = "https://github.com/jvoisin/mat2/issues"
16Changelog = "https://0xacab.org/jvoisin/mat2/-/blob/master/CHANGELOG.md" 16Changelog = "https://github.com/jvoisin/mat2/blob/master/CHANGELOG.md"
17 17
18[tool.ruff] 18[tool.ruff]
19target-version = "py39" 19target-version = "py39"