diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -459,6 +459,8 @@ with maintenance so things should be up to date. - [Makefile tricks for Python projects][1144] - [Kraken Technologies: How we organise our very large Python monolith][1155] - [Quirks of Python package versioning][1156] +- [Thoughts on the Python packaging ecosystem][1167] +- [My User Experience Porting Off setup.py][1168] ### Ops @@ -2431,3 +2433,5 @@ with maintenance so things should be up to date. [1164]: https://antonz.org/writing-package-manager/ [1165]: https://antonz.org/mastering-curl/ [1166]: https://pulsar17.me/2023/09/keymapping +[1167]: https://pradyunsg.me/blog/2023/01/21/thoughts-on-python-packaging/ +[1168]: https://gregoryszorc.com/blog/2023/10/30/my-user-experience-porting-off-setup.py/ |