From 66c588514cef179484454550dac83e22b255b197 Mon Sep 17 00:00:00 2001 From: jmtts <46958876+jmtts@users.noreply.github.com> Date: Fri, 15 Aug 2025 22:38:01 +0200 Subject: [PATCH] chore: shorten pyproject keywords --- pyproject.toml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ffe18ee..05bfe050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,26 +47,26 @@ dependencies = [ "websockets>=14.2,<15.0", ] keywords = [ - "technical drawing data extraction", - "engineering drawing analysis", - "AI-powered CAD drawing processing", - "additive manufacturing assessment", - "feasibility analysis for manufacturing", - "PMI extraction", - "sheet rebranding", - "title block recognition", - "measure and tolerance extraction", - "thread and chamfer detection", - "geometric dimensioning and tolerancing", - "surface roughness analysis", - "API integration for technical drawings", - "automated feature extraction", - "manufacturing data digitization", - "AI in manufacturing", - "computer vision in engineering", - "digital supply chain optimization", - "technical drawing interpretation", - "manufacturing process automation", + "technical-drawings", + "CAD", + "AI", + "additive-manufacturing", + "feasibility", + "PMI", + "sheet-rebranding", + "title-block", + "tolerance", + "thread", + "chamfer", + "GDT", + "surface-roughness", + "API", + "feature-extraction", + "digitization", + "manufacturing", + "computer-vision", + "supply-chain", + "automation", ] [project.urls]