mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Fixed error due to name requirement change
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[project]
|
||||
name = "read-aconity-layers"
|
||||
name = "read_aconity_layers"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
"Programming Language :: Rust",
|
||||
@@ -9,7 +9,7 @@ classifiers = [
|
||||
dynamic = ["version"]
|
||||
|
||||
[tool.poetry]
|
||||
name = "read-aconity-layers"
|
||||
name = "read_aconity_layers"
|
||||
version = "0.2.0"
|
||||
description = "A utility for fast reading of layer data from the aconity mini powder bed fusion machine"
|
||||
urls = { github = "https://github.com/Cian-H/read_aconity_layers" }
|
||||
|
||||
Reference in New Issue
Block a user