From b1f6527ef369a385d669db8728da488d9bc20dd9 Mon Sep 17 00:00:00 2001 From: s-heppner Date: Mon, 6 Jul 2026 09:49:20 +0200 Subject: [PATCH] Update pyproject.toml name of compliance-tool Previously, the compliance-tool package name still reflected the time we kept it separate from the basyx-python-sdk repository and published it ourselves. As we now prepare to officially publish it via the Eclipse PyPI account, we update the name to reflect its affiliation with Eclipse BaSyx via: `basyx-compliance-tool` in the compliance-tool's `pyproject.toml`. --- compliance_tool/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compliance_tool/pyproject.toml b/compliance_tool/pyproject.toml index 00041f25..6ae3cd27 100644 --- a/compliance_tool/pyproject.toml +++ b/compliance_tool/pyproject.toml @@ -20,7 +20,7 @@ root = ".." # Defines the path to the root of the repository version_file = "aas_compliance_tool/version.py" [project] -name = "aas_compliance_tool" +name = "basyx-compliance-tool" dynamic = ["version"] description = "AAS compliance checker based on the Eclipse BaSyx Python SDK" authors = [