Skip to content

Commit

Permalink
audio/py-pyradio: Add a couple of missing files
Browse files Browse the repository at this point in the history
- The program requires a default stations list and configuration.
- No bump PORTREVISION because no package is available yet.
  • Loading branch information
nivit committed Nov 26, 2022
1 parent bc1d977 commit aebd996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/py-pyradio/files/patch-setup.py
Expand Up @@ -18,7 +18,7 @@
+ packages=['pyradio'],
+ package_dir={'pyradio':'pyradio'},
+ package_data={
+ 'pyradio': ['themes/*'],
+ 'pyradio': ['stations.csv', 'config', 'themes/*'],
+ },
entry_points={
'console_scripts': [
Expand Down

0 comments on commit aebd996

Please sign in to comment.