diff options
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> |