From e3701389df4ca86ccb903c5052531b1537d12e8e Mon Sep 17 00:00:00 2001 From: Tobias Pankner Date: Fri, 12 Aug 2022 18:27:43 +0200 Subject: [PATCH] revert --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9b2aeba..bfe257e 100644 --- a/setup.py +++ b/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',