File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1- // ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
1+ // ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
22syntax = "proto3" ;
33package ansys.api.geometry.v0.GeometryApplication ;
44option csharp_namespace = "Ansys.Api.Geometry.V0.GeometryApplication" ;
@@ -21,5 +21,7 @@ message RunScriptFileRequest{
2121
2222message RunScriptFileResponse {
2323 // Result of script execution. True means script executed successfully.
24- string run_script_response = 1 ;
24+ bool success = 1 ;
25+ string message = 2 ;
26+ map <string ,string > values = 3 ;
2527}
Original file line number Diff line number Diff line change 2828 name = package_name ,
2929 version = version ,
3030 author = "ANSYS, Inc." ,
31- author_email = 'support@ansys.com' ,
31+ author_email = 'pyansys.core@ansys.com' ,
32+ maintainer = "ANSYS, Inc." ,
33+ maintainer_email = 'pyansys.core@ansys.com' ,
3234 description = description ,
3335 long_description = long_description ,
3436 long_description_content_type = 'text/markdown' ,
35- url = f"https://github.com/ansys /{ package_name } " ,
37+ url = f"https://github.com/pyansys /{ package_name } " ,
3638 license = "MIT" ,
3739 python_requires = ">=3.7" ,
3840 install_requires = ["grpcio~=1.47" , "protobuf~=3.19" ],
4547 f"{ dot_package_name } ={ dot_package_name } "
4648 ],
4749 },
48- cmdclass = CMDCLASS_OVERRIDE
50+ cmdclass = CMDCLASS_OVERRIDE ,
51+ project_urls = {
52+ 'Documentation' : 'https://github.com/pyansys/ansys-api-geometry/#readme' ,
53+ 'Source' : 'https://github.com/pyansys/ansys-api-geometry/' ,
54+ 'Tracker' : 'https://github.com/pyansys/ansys-api-geometry/issues/' ,
55+ },
4956 )
You can’t perform that action at this time.
0 commit comments