We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629f264 commit a960d95Copy full SHA for a960d95
setup.py
@@ -9,7 +9,7 @@
9
setup(
10
name="qtsass",
11
description="Compile a SCSS file to a valid Qt CSS.",
12
- executables=[Executable("qtsass/qtsass.py", includes=['ctypes'])],
+ executables=[Executable("qtsass/qtsass.py")],
13
options={'build_exe': build_exe_options},
14
requires=['libsass', 'cx_Freeze'],
15
)
0 commit comments