Commit 17dd60f
authored
fix(pacmak): put package README into the right Python module (#928)
The (translated) Python README used to be written to the
`<module>._jsii` module, as opposed to the main module.
Put it in the right module where people will actually look for it.1 parent 9952f86 commit 17dd60f
5 files changed
Lines changed: 31 additions & 29 deletions
File tree
- packages/jsii-pacmak
- lib/targets
- test
- expected.jsii-calc-base/python/src/scope/jsii_calc_base/_jsii
- expected.jsii-calc-lib/python/src/scope/jsii_calc_lib/_jsii
- expected.jsii-calc/python/src/jsii_calc
- _jsii
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1030 | 1030 | | |
1031 | 1031 | | |
1032 | 1032 | | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
1033 | 1036 | | |
1034 | | - | |
| 1037 | + | |
1035 | 1038 | | |
1036 | 1039 | | |
1037 | 1040 | | |
| |||
1466 | 1469 | | |
1467 | 1470 | | |
1468 | 1471 | | |
| 1472 | + | |
1469 | 1473 | | |
1470 | 1474 | | |
1471 | 1475 | | |
| |||
1494 | 1498 | | |
1495 | 1499 | | |
1496 | 1500 | | |
| 1501 | + | |
| 1502 | + | |
1497 | 1503 | | |
1498 | 1504 | | |
1499 | 1505 | | |
1500 | 1506 | | |
1501 | 1507 | | |
1502 | | - | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
1503 | 1511 | | |
1504 | 1512 | | |
1505 | 1513 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
1 | 22 | | |
2 | 23 | | |
3 | 24 | | |
| |||
Lines changed: 0 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 1 | | |
23 | 2 | | |
24 | 3 | | |
| |||
0 commit comments