Skip to content

Commit d41c1c5

Browse files
markducksstefanogermano
authored andcommitted
Fixed pyproject.toml and config-schema.json
1 parent c2c0c2a commit d41c1c5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

config_files/config-schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"clingo": "executables/clingo/clingo",
1616
"dlv2": "executables/dlv2/dlv2",
1717
"idlv": "executables/idlv/idlv",
18-
"timeout": "executables/timeout/timeout"
18+
"custom_linux": "executables/timeout"
1919
},
2020
"certificate": {
2121
"cert_file": "cert_files/cert.crt",
@@ -76,7 +76,7 @@
7676
"clingo": "executables/clingo/clingo",
7777
"dlv2": "executables/dlv2/dlv2",
7878
"idlv": "executables/idlv/idlv",
79-
"timeout": "executables/timeout/timeout"
79+
"custom_linux": "executables/timeout"
8080
},
8181
"certificate": {
8282
"cert_file": "cert_files/cert.crt",
@@ -98,7 +98,7 @@
9898
"clingo": "executables/clingo/clingo",
9999
"dlv2": "executables/dlv2/dlv2",
100100
"idlv": "executables/idlv/idlv",
101-
"timeout": "executables/timeout/timeout"
101+
"custom_linux": "executables/timeout"
102102
}
103103
],
104104
"required": [],
@@ -135,12 +135,12 @@
135135
"executables/idlv/idlv"
136136
]
137137
},
138-
"timeout": {
138+
"custom_linux": {
139139
"$id": "#/properties/paths/properties/executables/properties/timeout",
140140
"type": "string",
141141
"title": "Path to the timeout executable",
142142
"examples": [
143-
"executables/timeout/timeout"
143+
"executables/timeout"
144144
]
145145
}
146146
},

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ dependencies = [
2020

2121
[project.urls]
2222
Homepage = "https://github.com/DeMaCS-UNICAL/PythonESE"
23-
Bug Tracker = "https://github.com/DeMaCS-UNICAL/PythonESE/issues"
24-
Source Code = "https://github.com/DeMaCS-UNICAL/PythonESE"
23+
"Bug Tracker" = "https://github.com/DeMaCS-UNICAL/PythonESE/issues"
24+
Repository = "https://github.com/DeMaCS-UNICAL/PythonESE"
2525

2626
[project.scripts]
2727
ese_run = 'embasp_server_executor/ese_main.py'

0 commit comments

Comments
 (0)