Update project URLs

This commit is contained in:
2025-06-03 15:18:46 +01:00
parent 4e5fc80030
commit 1841e2ef7d
2 changed files with 14 additions and 12 deletions

View File

@@ -12,9 +12,6 @@ license = { text = "MIT" }
readme = "README.rst"
dynamic = ["version"]
[project.urls]
github = "https://github.com/Cian-H/read_aconity_layers"
[tool.poetry]
name = "read_aconity_layers"
description = "A utility for fast reading of layer data from the aconity mini powder bed fusion machine"
@@ -23,6 +20,11 @@ license = "MIT"
readme = "README.rst"
package-mode = false
[tool.poetry.urls]
repository = "https://github.com/Cian-H/read_aconity_layers"
documentation = "https://read-aconity-layers.readthedocs.io/"
[tool.poetry.dependencies]
python = "^3.11"
maturin = "^1.8.6"