Skip to content

Commit 2d3a44d

Browse files
committed
Add description to project for PyPI
1 parent 6a02b81 commit 2d3a44d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pyproject.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
[build-system]
2-
requires = ["maturin>=1.7,<2.0"]
3-
build-backend = "maturin"
4-
51
[project]
62
name = "twinleaf"
3+
description = "Communications library and utilities for Twinleaf I/O (TIO) devices"
4+
long_description = "Twinleaf I/O is a serialization for kilohertz-rate data from data-intensive sensors connected by serial ports. This package makes it easy to access all the features on these devices by bulding a convenient, discoverable python object that reflects all the data streams and settings on the conneted device."
5+
76
requires-python = ">=3.10"
87
classifiers = [
98
"Topic :: System :: Hardware :: Hardware Drivers",
@@ -23,6 +22,10 @@ dependencies = [
2322
[project.scripts]
2423
itl = "twinleaf.itl:interact"
2524

25+
[build-system]
26+
requires = ["maturin>=1.7,<2.0"]
27+
build-backend = "maturin"
28+
2629
[tool.maturin]
2730
features = ["pyo3/extension-module"]
2831
module-name = "twinleaf._twinleaf"

0 commit comments

Comments
 (0)