Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit e876617

Browse files
authored
Merge pull request #2 from CSCfi/hotfix/missing-bindings-from-setup
Add bindings subpackage to setup.py
2 parents 180f576 + 5ffacbd commit e876617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": ["tox", "pytest", "pytest-cov", "coverage", "flake8",
2222
"flake8-docstrings", "asynctest"],
2323
},
24-
packages=[__name__],
24+
packages=["swift_sharing_request", "swift_sharing_request.bindings"],
2525
platforms="any",
2626
entry_points={
2727
"console_scripts": [

0 commit comments

Comments
 (0)