blob: 326a86f6234d2728a6926bd25998c99268bb5766 (
plain)
1
2
3
4
5
6
|
<span id="distributing-index"></span><h1>Distributing Python Modules</h1> <div class="admonition note"> <p class="admonition-title">Note</p> <p>Information and guidance on distributing Python modules and packages has been moved to the <a class="reference external" href="https://packaging.python.org/">Python Packaging User Guide</a>, and the tutorial on <a class="reference external" href="https://packaging.python.org/en/latest/tutorials/packaging-projects/">packaging Python projects</a>.</p> </div> <div class="_attribution">
<p class="_attribution-p">
© 2001–2023 Python Software Foundation<br>Licensed under the PSF License.<br>
<a href="https://docs.python.org/3.12/distributing/index.html" class="_attribution-link">https://docs.python.org/3.12/distributing/index.html</a>
</p>
</div>
|