You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,21 @@ Output of the combined constraints.
53
53
54
54
Default: `constraints-mxdev.txt`
55
55
56
+
#### `include`
57
+
58
+
Include one or more other INI files.
59
+
60
+
The included file is read the before main file, so the main file overrides included settings, if they appear in both sections.
61
+
The included file is read depth first, so if the included file includes another file, this is read before the main file
62
+
63
+
If an included file is an HTTP-URL, it is loaded from there.
64
+
65
+
If the included file is a relative path, it is loaded relative to the parents directory or URL.
66
+
67
+
The feature utilizes the [ConfigParser feature to read multiple files at once](https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.read).
68
+
69
+
Default: empty
70
+
56
71
#### `default-target`
57
72
58
73
Target directory for sources from VCS. Default: `./sources`
0 commit comments