Roundup Tracker - Issues

Issue 2551281

classification
Change packaging from using setup.py directly
Type: rfe Severity: normal
Components: Installation Versions:
process
Status: new
:
: : rouilj
Priority: :

Created on 2023-06-18 21:51 by rouilj, last changed 2023-06-18 22:53 by rouilj.

Messages
msg7787 Author: [hidden] (rouilj) Date: 2023-06-18 21:51
See:

 https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
msg7788 Author: [hidden] (rouilj) Date: 2023-06-18 22:53
Also see:

  https://hynek.me/articles/testing-packaging/

for an alternate layout of the package that makes testing the installed package easier.
It pre-supposes tox but could be a way for us to test/publish wheels to pypi.
msg7789 Author: [hidden] (rouilj) Date: 2023-06-18 22:53
Also again tox based: https://blog.ganssle.io/articles/2019/08/test-as-installed.html
which led me to testing-packaging.
History
Date User Action Args
2023-06-18 22:53:52rouiljsetmessages: + msg7789
2023-06-18 22:53:00rouiljsetmessages: + msg7788
2023-06-18 21:51:32rouiljcreate