Skip to content

Commit

Permalink
Merge pull request #10 from biomarkersParkinson/package_release
Browse files Browse the repository at this point in the history
Updated package metadata for the initial release
  • Loading branch information
kretep authored Apr 26, 2023
2 parents 3d476fa + 3b0152d commit b785d3c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
[tool.poetry]
name = "tsdf"
version = "0.2.0"
description = "A package to load TSDF data into Python"
authors = ["Pablo Rodríguez, Peter Kok and Vedran Kasalica"]
license = "Apache License 2.0"
description = "A Python library that provides methods for encoding and decoding TSDF (Time Series Data Format) data, which allows you to easily create, manipulate and serialize TSDF files in your Python code."
authors = ["Pablo Rodríguez <p.rodriguez-sanchez@esciencecenter.nl>",
"Peter Kok <p.kok@esciencecenter.nl>",
"Vedran Kasalica <v.kaslica@esciencecenter.nl>"]
license = "Apache-2.0"
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
readme = "README.md"
keywords = ["Time Series Data Format (TSDF)", "binary data", "digital sensors"]
repository = "https://github.com/biomarkersParkinson/tsdf"

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit b785d3c

Please sign in to comment.