Skip to content

Commit

Permalink
go go go
Browse files Browse the repository at this point in the history
  • Loading branch information
Koaha committed Nov 27, 2024
1 parent 56adfef commit 6d2109d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath("../../"))
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../../vital_sqi/')))
# sys.path.insert(0, os.path.abspath('../../vital_sqi/'))

Expand Down
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,19 @@ 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"

[project.optional-dependencies]
testing = [
"pytest",
"pytest-cov",
"pytest-mock",
"tox",
"dash[testing]",
"webdriver_manager",
"selenium",
]

[tool.setuptools.packages.find]
where = ["vital_sqi"]
where = ["vital_sqi", "vital_sqi.*"]

[tool.setuptools.package-data]
"vital_sqi" = ["resource/*.json"]

0 comments on commit 6d2109d

Please sign in to comment.