Skip to content

Commit 7fab849

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7901fbf commit 7fab849

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from build_support.build_ext import build_ext
66

7-
87
src_root = Path(__file__).parent / 'src'
98
sources = [str(path.relative_to(Path(__file__).parent)) for path in src_root.rglob('*.c')]
109
pyxmlsec = Extension('xmlsec', sources=sources)

0 commit comments

Comments
 (0)