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]
|
||||
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"
|
||||
|
||||
|
Reference in New Issue
Block a user