blob: 608e15c50e02d2d7fb5a12dcd6091c589d6bd815 [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>
Steve Dowerf1ff2c42017-08-17 10:24:18 -07008 <projectUrl>https://www.python.org/</projectUrl>
Steve Dowerf1ff2c42017-08-17 10:24:18 -07009 <description>Contains symbols for the daily build of Python.</description>
10 <iconUrl>https://www.python.org/static/favicon.ico</iconUrl>
11 <tags>python</tags>
12 </metadata>
13 <files>
14 <file src="python*.dll" target="tools" exclude="*_d*" />
15 <file src="python*.exe" target="tools" exclude="*_d*" />
16 <file src="python*.pdb" target="tools" exclude="*_d*" />
17 <file src="*.pdb" target="tools\DLLs" exclude="python*;*_test*;xx*;_freeze*;*_d*;py.*;pyw.*;pyshellext.*" />
18 <file src="*.pyd" target="tools\DLLs" exclude="python*;*_test*;xx*;_freeze*;*_d*;py.*;pyw.*;pyshellext.*" />
Steve Dowerb84bcc42017-09-09 06:13:06 -070019 <file src="libcrypto*.dll;libssl*.dll;sqlite3.dll" target="tools\DLLs" />
20 <file src="libcrypto*.pdb;libssl*.pdb;sqlite3.pdb" target="tools\DLLs" />
Steve Dowerf1ff2c42017-08-17 10:24:18 -070021 </files>
22</package>