Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 026e6a7

Browse files
committed
Remove NoNuGet option from setup.py
1 parent e1abc30 commit 026e6a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythonnet/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def build_extension(self, ext):
9595
"/p:Platform=%s" % _platform,
9696
"/p:DefineConstants=\"%s\"" % _defines_sep.join(defines),
9797
"/p:PythonBuildDir=%s" % os.path.abspath(dest_dir),
98-
"/p:NoNuGet=true",
9998
"/verbosity:%s" % VERBOSITY,
10099
]
101100

0 commit comments

Comments
 (0)