We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337e757 commit 704634eCopy full SHA for 704634e
1 file changed
setup.py
@@ -64,29 +64,17 @@ def setup_package():
64
if get_platform() == "Windows":
65
metadata['package_data']['pilotlight'] = [
66
"__init__.py",
67
- "pilotlight.pyd",
68
- "pilotlight.pyi",
69
- "pl_core.py",
70
- "pl_draw_ext.py",
71
- "pl_starter_ext.py",
72
- "pl_ui_ext.py",
73
- "pl_vfs_ext.py",
74
- "pl_pak_ext.py",
75
- "pl_shader_ext.py",
+ "*.pyd",
+ "*.py",
+ "../../pilotlight/shaders/*.*",
76
"spirv-cross-c-shared.dll"
77
]
78
else:
79
80
81
"pilotlight.so",
82
83
84
85
86
87
88
89
- "pl_vfs_ext.py"
+ "../../pilotlight/shaders/*.*"
90
91
92
if "--force" in sys.argv:
0 commit comments