summaryrefslogtreecommitdiffstats
path: root/Tools/nuget/python.nuspec
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-09-07 02:29:10 (GMT)
committerGitHub <noreply@github.com>2017-09-07 02:29:10 (GMT)
commit1f06a680de465be0c24a78ea3b610053955daa99 (patch)
tree20baad151d4a42b9b074bf02da48aeb5d07961e0 /Tools/nuget/python.nuspec
parentd3b9f97e6d92bbfcf956638344fd827a40837b96 (diff)
downloadcpython-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.nuspec3
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>