Skip to content

Commit 79499de

Browse files
committed
feat(db): Add companies and products database files and update package data inclusion
1 parent 07546bd commit 79499de

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ include = ["onvif*"]
6161
exclude = ["examples*", "tests*", "assets*"]
6262

6363
[tool.setuptools.package-data]
64-
onvif = ["wsdl/*"]
64+
onvif = ["wsdl/*", "db/*"]
6565

6666
[tool.black]
6767
line-length = 88

0 commit comments

Comments
 (0)