generated from intersystems-community/iris-interoperability-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.xml
More file actions
19 lines (19 loc) · 633 Bytes
/
module.xml
File metadata and controls
19 lines (19 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="iris-python-interop-template.ZPM">
<Module>
<Name>iris-python-interop-template</Name>
<Description>An demo package</Description>
<Version>0.0.1</Version>
<Packaging>module</Packaging>
<Dependencies>
<ModuleReference>
<Name>pex-embbeded-python</Name>
<Version>2.3.8</Version>
</ModuleReference>
</Dependencies>
<SourcesRoot>src</SourcesRoot>
<SystemRequirements Version=">=2021.2" Interoperability="enabled" />
</Module>
</Document>
</Export>