blob: b89717a1afe3b87e06f1e15d6c8cfe788e8bb734 [file] [log] [blame]
Steve Dowerf1ff2c42017-08-17 10:24:18 -07001<?xml version="1.0"?>
2<package >
3 <metadata>
4 <id>pythondaily.symbols</id>
5 <title>Python (Daily build)</title>
6 <version>0.0.0.0</version>
7 <authors>Python Software Foundation</authors>
8 <licenseUrl>https://docs.python.org/3/license.html</licenseUrl>
9 <projectUrl>https://www.python.org/</projectUrl>
10 <requireLicenseAcceptance>false</requireLicenseAcceptance>
11 <description>Contains symbols for the daily build of Python.</description>
12 <iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
13 <tags>python</tags>
14 </metadata>
15 <files>
16 <file src="python*.dll" target="tools" exclude="*_d*" />
17 <file src="python*.exe" target="tools" exclude="*_d*" />
18 <file src="python*.pdb" target="tools" exclude="*_d*" />
19 <file src="*.pdb" target="tools\DLLs" exclude="python*;*_test*;xx*;_freeze*;*_d*;py.*;pyw.*;pyshellext.*" />
20 <file src="*.pyd" target="tools\DLLs" exclude="python*;*_test*;xx*;_freeze*;*_d*;py.*;pyw.*;pyshellext.*" />
Steve Dowerb84bcc42017-09-09 06:13:06 -070021 <file src="libcrypto*.dll;libssl*.dll;sqlite3.dll" target="tools\DLLs" />
22 <file src="libcrypto*.pdb;libssl*.pdb;sqlite3.pdb" target="tools\DLLs" />
Steve Dowerf1ff2c42017-08-17 10:24:18 -070023 </files>
24</package>