Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #322 from polarapfel/bugfix_camerasdk_package
Browse files Browse the repository at this point in the history
fix problem with package_data
  • Loading branch information
mimcco authored Sep 14, 2020
2 parents 1463cc8 + d123b68 commit 5701d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camera-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
DEPENDENCIES
],
'packages': _packages,
'package_data': {'sdk': 'logger.conf'},
'package_data': {'sdk': ['logger.conf']},
'zip_safe': False,
'cmdclass': {
},
Expand Down

0 comments on commit 5701d3a

Please sign in to comment.