diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-09-07 02:29:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-07 02:29:10 (GMT) |
commit | 1f06a680de465be0c24a78ea3b610053955daa99 (patch) | |
tree | 20baad151d4a42b9b074bf02da48aeb5d07961e0 /Tools/nuget/python.nuspec | |
parent | d3b9f97e6d92bbfcf956638344fd827a40837b96 (diff) | |
download | cpython-1f06a680de465be0c24a78ea3b610053955daa99.zip cpython-1f06a680de465be0c24a78ea3b610053955daa99.tar.gz cpython-1f06a680de465be0c24a78ea3b610053955daa99.tar.bz2 |
Add props file for nuget packages (#3410)
Diffstat (limited to 'Tools/nuget/python.nuspec')
-rw-r--r-- | Tools/nuget/python.nuspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/nuget/python.nuspec b/Tools/nuget/python.nuspec index b3c5c34..d5f3e63 100644 --- a/Tools/nuget/python.nuspec +++ b/Tools/nuget/python.nuspec @@ -13,6 +13,7 @@ <tags>python</tags> </metadata> <files> - <file src="**\*" target="tools" /> + <file src="**\*" exclude="python.props" target="tools" /> + <file src="python.props" target="build\native" /> </files> </package> |