paradigma 0.1.0__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {paradigma-0.1.0 → paradigma-0.1.2}/PKG-INFO +1 -1
- {paradigma-0.1.0 → paradigma-0.1.2}/pyproject.toml +4 -1
- paradigma-0.1.2/src/paradigma/__init__.py +8 -0
- paradigma-0.1.2/src/paradigma/dummy.py +3 -0
- paradigma-0.1.0/src/paradigma/__init__.py +0 -1
- {paradigma-0.1.0 → paradigma-0.1.2}/LICENSE +0 -0
- {paradigma-0.1.0 → paradigma-0.1.2}/README.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "paradigma"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.2"
|
|
4
4
|
description = "Digital Biomarkers for Parkinson's Disease Toolbox"
|
|
5
5
|
authors = ["Radboud, eScience Center"]
|
|
6
6
|
license = "Apache-2.0"
|
|
@@ -10,6 +10,9 @@ readme = "README.md"
|
|
|
10
10
|
python = "^3.9"
|
|
11
11
|
|
|
12
12
|
|
|
13
|
+
[tool.poetry.group.dev.dependencies]
|
|
14
|
+
pytest = "^8.2.2"
|
|
15
|
+
|
|
13
16
|
[build-system]
|
|
14
17
|
requires = ["poetry-core"]
|
|
15
18
|
build-backend = "poetry.core.masonry.api"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
pass
|
|
File without changes
|
|
File without changes
|