From aa1557ad9e8075e273b1f4e2e1f63af869189cc6 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 14 Feb 2025 17:37:10 +0800 Subject: [PATCH] fix setup --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4c84c813..f7d43e39 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ from Cython.Build import cythonize module_list = ['app/helper/sites.py'] setup( - name="", - author="", + name="MoviePilot", + author="jxxghp", zip_safe=False, include_package_data=True, ext_modules=cythonize(