소스 검색

Minor changes to packaging info

milaq 5 년 전
부모
커밋
31545662da
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      setup.py

+ 4 - 1
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',