From 594646c8e66c3a957fe2347a8cc841ad3ccd8de1 Mon Sep 17 00:00:00 2001 From: lmbelo Date: Wed, 31 Aug 2022 13:34:22 -0700 Subject: [PATCH] Configuring boss for p4d --- boss-lock.json | 5 +++++ boss.json | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 boss-lock.json create mode 100644 boss.json diff --git a/boss-lock.json b/boss-lock.json new file mode 100644 index 00000000..9272d1de --- /dev/null +++ b/boss-lock.json @@ -0,0 +1,5 @@ +{ + "hash": "d41d8cd98f00b204e9800998ecf8427e", + "updated": "2022-08-31T13:20:05.3132516-07:00", + "installedModules": {} +} \ No newline at end of file diff --git a/boss.json b/boss.json new file mode 100644 index 00000000..79f8dfbc --- /dev/null +++ b/boss.json @@ -0,0 +1,16 @@ +{ + "name": "python4delphi", + "description": "Free components that wrap up Python into Delphi", + "version": "1.0.0", + "homepage": "https://github.com/Embarcadero/python4delphi", + "mainsrc": "Source", + "projects": [ + "./Delphi/Delphi 10.4+/Python.dproj", + "./Delphi/Delphi 10.4+/dclPython.dproj", + "./Delphi/Delphi 10.4+/PythonVcl.dproj", + "./Delphi/Delphi 10.4+/dclPythonVcl.dproj", + "./Delphi/Delphi 10.4+/PythonFmx.dproj", + "./Delphi/Delphi 10.4+/dclPythonFmx.dproj" + ], + "dependencies": {} +} \ No newline at end of file