Skip to content

Commit 594646c

Browse files
committed
Configuring boss for p4d
1 parent 19192ad commit 594646c

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

boss-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"hash": "d41d8cd98f00b204e9800998ecf8427e",
3+
"updated": "2022-08-31T13:20:05.3132516-07:00",
4+
"installedModules": {}
5+
}

boss.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "python4delphi",
3+
"description": "Free components that wrap up Python into Delphi",
4+
"version": "1.0.0",
5+
"homepage": "https://github.com/Embarcadero/python4delphi",
6+
"mainsrc": "Source",
7+
"projects": [
8+
"./Delphi/Delphi 10.4+/Python.dproj",
9+
"./Delphi/Delphi 10.4+/dclPython.dproj",
10+
"./Delphi/Delphi 10.4+/PythonVcl.dproj",
11+
"./Delphi/Delphi 10.4+/dclPythonVcl.dproj",
12+
"./Delphi/Delphi 10.4+/PythonFmx.dproj",
13+
"./Delphi/Delphi 10.4+/dclPythonFmx.dproj"
14+
],
15+
"dependencies": {}
16+
}

0 commit comments

Comments
 (0)