Update project metadata in pyproject.toml: increment version to 0.1.1, refine description, and correct author information

This commit is contained in:
2025-04-23 17:19:27 +02:00
parent 8766a64391
commit 7226a96554

View File

@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "pydepp" name = "pydepp"
version = "0.1.0" version = "0.1.1"
description = "Python interface for the Digilent DEPP protocol using the Adept SDK" description = "Python bindings for the Digilent DEPP protocol"
authors = [{ name = "Max Mustermann", email = "you@example.com" }] authors = [{ name = "0xMax42", email = "mail@0xMax42.io" }]
license = "MIT" license = { text = "MIT" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.7" requires-python = ">=3.7"