Skip to content

Commit 6a9451b

Browse files
authored
Merge pull request #40 from krsaulitis/patch-1
Package installation fix
2 parents e9280fb + 3b881d4 commit 6a9451b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ keywords = [
4545
"Homepage" = "https://github.com/moha-abdi/PySIP"
4646
"Bug Tracker" = "https://github.com/moha-abdi/PySIP/issues"
4747

48-
[tool.setuptools]
49-
packages = ["PySIP"]
48+
[tool.setuptools.packages.find]
49+
include = ["PySIP", "PySIP.*"]
5050

5151
[tool.setuptools.package-data]
5252
PySIP = [".github/images/*.png"]

0 commit comments

Comments
 (0)