diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
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] |
| 14 | Repository = "https://0xacab.org/jvoisin/mat2" | 14 | Repository = "https://github.com/jvoisin/mat2" |
| 15 | Issues = "https://0xacab.org/jvoisin/mat2/-/issues" | 15 | Issues = "https://github.com/jvoisin/mat2/issues" |
| 16 | Changelog = "https://0xacab.org/jvoisin/mat2/-/blob/master/CHANGELOG.md" | 16 | Changelog = "https://github.com/jvoisin/mat2/blob/master/CHANGELOG.md" |
| 17 | 17 | ||
| 18 | [tool.ruff] | 18 | [tool.ruff] |
| 19 | target-version = "py39" | 19 | target-version = "py39" |
