<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">Le 09/02/2024 à 00:45, John Lindsay via
QGIS-Developer a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:YQBPR0101MB42429DDE4E7183023D8FFC92C1442@YQBPR0101MB4242.CANPRD01.PROD.OUTLOOK.COM">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css" style="display:none;">P {margin-top:0;margin-bottom:0;}</style>
<div class="elementToProof"
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hello,</div>
<div class="elementToProof"
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof"
style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I believe that I've solved my earlier issue with my QGIS plugin,
which previously relied on a pip package. In order to avoid this
dependency, I decided to include the Whitebox Workflows wheel in
with my plugin. Unfortunately, however, this has increased the
size of my plugin fairly substantially. The issue is that I need
to included a wheel for each of the four supported operating
systems and each are about 10MB. My plugin zip file is now a
little less than 40MB. When I try to upload the new version to
the QGIS plugin repo it is telling me that the file is too
large. Does anyone know what the maximum size of a plugin zip
file is? Thanks.</div>
</blockquote>
<p>Presumably 25 MB if I trust
<a class="moz-txt-link-freetext" href="https://github.com/qgis/QGIS-Django/blob/master/qgis-app/plugins/validator.py#L20">https://github.com/qgis/QGIS-Django/blob/master/qgis-app/plugins/validator.py#L20</a>
.</p>
<p><br>
</p>
<p>(But in theory, my interpretation of
<a class="moz-txt-link-freetext" href="https://plugins.qgis.org/publish/">https://plugins.qgis.org/publish/</a> "Don't include binaries"
requirement is that you wouldn't be allowed to include binary
wheels.. There seems however to be a discrepancy between that
requirement and the actual practice since other plugins do that.)<br>
</p>
<p><span style="white-space: pre-wrap">
</span></p>
<p><span style="white-space: pre-wrap">
</span></p>
<p><span style="white-space: pre-wrap">Even
</span></p>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
</body>
</html>