Przeglądaj źródła

Merge pull request #172 from legoktm/reproducible

setup.py: Make source files be in a deterministic order
tags/v0.4.4
Ben Kurtovic 7 lat temu
committed by GitHub
rodzic
commit
5f81d50dd4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py Wyświetl plik

@@ -75,7 +75,7 @@ if fallback:
# Project-specific part begins here:

tokenizer = Extension("mwparserfromhell.parser._tokenizer",
sources=glob("mwparserfromhell/parser/ctokenizer/*.c"),
sources=sorted(glob("mwparserfromhell/parser/ctokenizer/*.c")),
depends=glob("mwparserfromhell/parser/ctokenizer/*.h"))

setup(


Ładowanie…
Anuluj
Zapisz