Commit c0316a8
committed
Use setuptools entry points to create start-up scripts.
Various changes:
- Old pybot, jybot, ipybot, jyrebot and ipyrebot scripts are gone.
Fixes robotframework#2818.
- We get robot.exe and rebot.exe instead of *.bat variants.
Fixes robotframework#2415. Also fixes robotframework#2817.
- Installation always requires setuptools (and we can thus use
`find_packages` it provides).
- `run_cli` and `rebot_cli` work without arguments, defaulting to
`sys.argv[1:]`.
Decided to leave robot and rebot Pytohn scripts under src/bin for
now. Also they are created as part of installation, so they aren't
really needed.1 parent 96c2f77 commit c0316a8
15 files changed
Lines changed: 12 additions & 92 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 4 | + | |
9 | 5 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 6 | | |
15 | 7 | | |
16 | 8 | | |
| |||
46 | 38 | | |
47 | 39 | | |
48 | 40 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 41 | | |
56 | 42 | | |
57 | 43 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 44 | | |
87 | 45 | | |
88 | 46 | | |
| |||
100 | 58 | | |
101 | 59 | | |
102 | 60 | | |
103 | | - | |
104 | | - | |
105 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
106 | 64 | | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments