diff options
author | Cody Hiar <cody@hiar.ca> | 2023-11-10 10:29:52 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2023-11-10 10:29:52 -0700 |
commit | 889dc4fea6b0487c49e483709adb18f5e3a27844 (patch) | |
tree | 16a3d22e9287d9406be0ac36fe32531ed3665faa | |
parent | c1663ffe124433db98e97e8fc67d0cd788281abd (diff) |
More bookmarks
-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/ |