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 8, 2025
2 parents 5b2bb85 + d13ed35 commit 3357f96
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Since we use setuptools_scm, all files tracked by git are included in the
# sdist archive. In this file, we specify exceptions to this list.
prune .*
exclude .*
exclude MANIFEST.in
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
18 changes: 0 additions & 18 deletions setup.py

This file was deleted.

0 comments on commit 3357f96

Please sign in to comment.