mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
fix setup
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user