Tobias Pankner 3 سال پیش
والد
کامیت
e3701389df
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -6,14 +6,14 @@ with open("README.md", "r") as fh:
     long_description = fh.read()
 
 setup(
-    name='ycast-cache',
+    name='ycast',
     version=ycast.__version__,
     author='milaq',
     author_email='micha.laqua@gmail.com',
     description='Self hosted vTuner internet radio service emulation',
     long_description=long_description,
     long_description_content_type="text/markdown",
-    url='https://github.com/milaq/YCast-Cache',
+    url='https://github.com/milaq/YCast',
     license='GPLv3',
     classifiers=[
         'Development Status :: 4 - Beta',