Commit a389051
committed
setup.py: support running in minimal locales
This is moot on most systems but a minimal docker container
with LC_ALL=C would previously fail:
LC_ALL=C LANG=C python3.6 setup.py --long-description
Closes LibraryOfCongress/concordia#691 parent a6ef709 commit a389051
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments