Commit 19e842c
committed
build: replace verstion extraction via set to use python
The version of roundup was extracted from roundup/__init__.py by sed.
It is used to label the roundup.pot template file.
Replaced the sed setup by importing roundup and printing the
__Version__ variable. This should be less fragile to spacing and other
changes.1 parent e6f7abb commit 19e842c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments