mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Switched version to be completely managed by maturin
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "read_aconity_layers"
|
name = "read_aconity_layers"
|
||||||
version = "0.4.2"
|
|
||||||
description = "A utility for fast reading of layer data from the aconity mini powder bed fusion machine"
|
description = "A utility for fast reading of layer data from the aconity mini powder bed fusion machine"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
@@ -11,13 +10,13 @@ classifiers = [
|
|||||||
authors = [{ name = "Cian Hughes", email = "chughes000@gmail.com" }]
|
authors = [{ name = "Cian Hughes", email = "chughes000@gmail.com" }]
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
dynamic = ["version"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
github = "https://github.com/Cian-H/read_aconity_layers"
|
github = "https://github.com/Cian-H/read_aconity_layers"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "read_aconity_layers"
|
name = "read_aconity_layers"
|
||||||
version = "0.4.2"
|
|
||||||
description = "A utility for fast reading of layer data from the aconity mini powder bed fusion machine"
|
description = "A utility for fast reading of layer data from the aconity mini powder bed fusion machine"
|
||||||
authors = ["Cian Hughes <chughes000@gmail.com>"]
|
authors = ["Cian Hughes <chughes000@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user