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

Commit

Permalink
Merge pull request #19 from CSCfi/hotfix/missing-bindings-from-setup
Browse files Browse the repository at this point in the history
Add bindings subpackage to setup.py
  • Loading branch information
sampsapenna authored Nov 7, 2019
2 parents 95ab573 + f9497b8 commit 4fed49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": ["tox", "pytest", "pytest-cov", "coverage", "flake8",
"flake8-docstrings", "asynctest"],
},
packages=[__name__],
packages=["swift_x_account_sharing", "swift_x_account_sharing.bindings"],
platforms="any",
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 4fed49e

Please sign in to comment.