fix setup

This commit is contained in:
jxxghp
2025-02-14 17:37:10 +08:00
parent f03da6daca
commit aa1557ad9e
+2 -2
View File
@@ -5,8 +5,8 @@ from Cython.Build import cythonize
module_list = ['app/helper/sites.py'] module_list = ['app/helper/sites.py']
setup( setup(
name="", name="MoviePilot",
author="", author="jxxghp",
zip_safe=False, zip_safe=False,
include_package_data=True, include_package_data=True,
ext_modules=cythonize( ext_modules=cythonize(