mirror of
https://github.com/0xMax42/pydepp.git
synced 2025-08-07 11:00:21 +02:00
Update project metadata in pyproject.toml: increment version to 0.1.1, refine description, and correct author information
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user