python-extension.nsi 140 Bytes
		Section /o "Python" PythonModule

			setOutPath $INSTDIR
			file "/oname=$INSTDIR\py3270.pyd" "..\.bin\Release\py3270.dll"

		sectionEnd