Skip to content

Commit 23b7787

Browse files
committed
chore: update packaging files to include client.pem into package
1 parent 8e03adb commit 23b7787

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include src/smartinspect/resources/client.pem

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ keywords = [
3333

3434
[project.urls]
3535
Homepage = "https://code-partners.com/offerings/smartinspect/"
36-
Issues = "https://github.com/Code-Partners/smartinspect-python-library/issues"
36+
Issues = "https://github.com/Code-Partners/smartinspect-python-library/issues"
37+
38+
[tool.setuptools.packages.find]
39+
where = ["src"]

0 commit comments

Comments
 (0)