Skip to content

Commit

Permalink
Update setup metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak committed Apr 27, 2024
1 parent 14997b0 commit dc21b63
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ build-backend = "hatchling.build"

[project]
name = "ft260"
version = "0.1.0"
description = " PyFT260: A Python driver and interface library for FTDI's FT260 I2C, UART, and GPIO functions "
version = "0.1.2"
authors = [
{name = "Roman Dvorak", email = "[email protected]"}
]
Expand Down Expand Up @@ -37,4 +38,6 @@ version = {attr = "ft260.__version__"}
[project.urls]
project = "https://www.mlab.cz"
documentation = "https://github.com/MLAB-project/PyFT260"
github = "https://github.com/MLAB-project/PyFT260"
github = "https://github.com/MLAB-project/PyFT260"
homepage = "https://github.com/MLAB-project/PyFT260"
issues = "https://github.com/MLAB-project/PyFT260/issues"

0 comments on commit dc21b63

Please sign in to comment.