From 31545662dac419af63efa9f4ff6904f56ec3e86a Mon Sep 17 00:00:00 2001 From: milaq Date: Sun, 18 Aug 2019 14:14:53 +0200 Subject: [PATCH] Minor changes to packaging info --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b632f4..f5ea8fd 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open("README.md", "r") as fh: setup( name='ycast', version=ycast.__version__, - author='Micha LaQua', + author='milaq', author_email='micha.laqua@gmail.com', description='Self hosted vTuner internet radio service emulation', long_description=long_description, @@ -28,8 +28,11 @@ setup( ], keywords=[ 'ycast', + 'streaming', 'vtuner', 'internet radio', + 'music', + 'radio', 'shoutcast', 'avr', 'emulation',