From 79281c8210a54f66ab8abda9dffcb26a0088ab1c Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 25 Oct 2024 10:11:33 +0100 Subject: [PATCH] Fixed error due to name requirement change --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1302b1c..4148620 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }