Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Create release v0.6.0
  • Loading branch information
lumagi committed Jan 6, 2025
2 parents 5b2bb85 + 94c76f5 commit 0f93db7
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,25 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyshimmer"
authors = [{ name = "Lukas Magel" }]
authors = [
{ name = "Lukas Magel" },
]
description = "API for Shimmer sensor devices"
readme = "README.rst"
license = { file = "LICENSE" }
urls = { "Homepage" = "https://github.com/seemoo-lab/pyshimmer" }
requires-python = ">= 3.7"
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3",
"Development Status :: 4 - Beta",
]
keywords = [
"shimmer",
"sensor",
"streaming"
]
dynamic = ["version"]
requires-python = ">= 3.7"
dependencies = [
"pyserial>=3.4",
"numpy>=1.15",
Expand Down

0 comments on commit 0f93db7

Please sign in to comment.