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 096955b commit 5b60d7aCopy full SHA for 5b60d7a
setuptools/command/build_clib.py
@@ -33,7 +33,7 @@ def build_libraries(self, libraries) -> None:
33
"'sources' must be present and must be "
34
"a list of source filenames"
35
)
36
- sources = sorted(list(sources))
+ sources = sorted(sources)
37
38
log.info("building '%s' library", lib_name)
39
0 commit comments