Skip to content

Commit

Permalink
setup: Include swig files
Browse files Browse the repository at this point in the history
Fixes: #20

Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
  • Loading branch information
pdxjohnny committed Mar 10, 2020
1 parent 7d8f9d0 commit 8da58b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,6 @@ def run(self):
],
py_modules=[IMPORT_NAME],
cmdclass={"build_ext": BuildExtThenCopySWIGPy},
include_package_data=True,
zip_safe=False,
)

0 comments on commit 8da58b3

Please sign in to comment.