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