From 7226a96554f105ae254ee7f1fd31125c6ab0cbe1 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 23 Apr 2025 17:19:27 +0200 Subject: [PATCH] Update project metadata in pyproject.toml: increment version to 0.1.1, refine description, and correct author information --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b70c5c9..6678b16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta" [project] name = "pydepp" -version = "0.1.0" -description = "Python interface for the Digilent DEPP protocol using the Adept SDK" -authors = [{ name = "Max Mustermann", email = "you@example.com" }] -license = "MIT" +version = "0.1.1" +description = "Python bindings for the Digilent DEPP protocol" +authors = [{ name = "0xMax42", email = "mail@0xMax42.io" }] +license = { text = "MIT" } readme = "README.md" requires-python = ">=3.7"