Skip to content

Commit

Permalink
fix pyproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Koaha committed Nov 27, 2024
1 parent 62ebfc9 commit ae9e09f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "vitalsqi_toolkit" # Project name aligned with PEP 625 naming conventions
name = "vitalsqi_toolkit"
version = "0.1.2"
description = "A toolkit for signal quality analysis of ECG and PPG signals"
readme = "README.md"
Expand All @@ -26,13 +26,6 @@ classifiers = [
"Operating System :: OS Independent",
]
keywords = ["signal quality", "ECG", "PPG", "toolkit"]

[project.urls]
Documentation = "https://pypi.org/project/vitalsqi_toolkit/"
Source = "https://github.com/Oucru-Innovations/vital-sqi"
Tracker = "https://github.com/Oucru-Innovations/vital-sqi/issues"
Homepage = "https://github.com/Oucru-Innovations/vital-sqi"

dependencies = [
"vitalDSP",
"openpyxl",
Expand All @@ -53,6 +46,12 @@ dependencies = [
"pyflowchart>=0.1.3",
]

[project.urls]
Documentation = "https://pypi.org/project/vitalsqi_toolkit/"
Source = "https://github.com/Oucru-Innovations/vital-sqi"
Tracker = "https://github.com/Oucru-Innovations/vital-sqi/issues"
Homepage = "https://github.com/Oucru-Innovations/vital-sqi"

[tool.setuptools]
packages = { find = { where = ["vital_sqi"] } }
py_modules = ["common", "data", "preprocess", "sqi"]
Expand Down

0 comments on commit ae9e09f

Please sign in to comment.