Skip to content

Commit

Permalink
Add missing certificate to package
Browse files Browse the repository at this point in the history
  • Loading branch information
ramikg committed Oct 21, 2024
1 parent 83aba46 commit 90617bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion linkplay_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
get_request_timeout_seconds = 5
upnp_discover_timeout_message = 5
configuration_file_path = Path.home() / '.linkplaycli.config'
client_certificate_path = Path(__file__).parent / 'linkplay_client.pem'
client_certificate_path = Path(__file__).parent / 'certs/linkplay_client.pem'
log_key = b'wiimulogsecure\x00\x00'
log_chunk_size = 10240
maximum_number_of_alarms = 3
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
url='https://github.com/ramikg/linkplay-cli',
version='0.0.7',
packages=find_packages(),
package_data={
'': ['certs/*'],
},
install_requires=[
'async_upnp_client',
'beautifulsoup4',
Expand Down

0 comments on commit 90617bf

Please sign in to comment.