fix setup

This commit is contained in:
jxxghp
2025-02-14 17:37:10 +08:00
parent f03da6daca
commit aa1557ad9e

View File

@@ -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(