Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions module.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="PythonGateway.ZPM">
<Module>
<Name>PythonGateway</Name>
<Version>1.0.0</Version>
<Description>This project is a community supported bridge between InterSystems IRIS and Python.</Description>
<Keywords>InterSystems IRIS Python</Keywords>
<Packaging>module</Packaging>
<SourcesRoot>isc</SourcesRoot>
<Resource Name="py.PKG" Directory="cls"/>
<FileCopy Name="iscpython.dll" Target="${bindir}"/>
<FileCopy Name="iscpython.dylib" Target="${bindir}"/>
<FileCopy Name="iscpython.so" Target="${bindir}"/>
</Module>
</Document>
</Export>