|
From: Arto J. <no...@gi...> - 2024-01-05 11:46:10
|
Branch: refs/heads/master Home: https://github.com/pytrainer/pytrainer Commit: 0fecc3b0b57406819fc5363cc3737ee08d4f2dbc https://github.com/pytrainer/pytrainer/commit/0fecc3b0b57406819fc5363cc3737ee08d4f2dbc Author: Arto Jantunen <vi...@ik...> Date: 2024-01-03 (Wed, 03 Jan 2024) Changed paths: M README.md A pyproject.toml M pytrainer/__init__.py M setup.py Log Message: ----------- Add pyproject.toml and move some obvious stuff over from setup.py It seems that we are skipping setup.cfg entirely, which is pretty funny.. Commit: 3f92ca9c9e33bc7a03a06c2b87005bf297b1f140 https://github.com/pytrainer/pytrainer/commit/3f92ca9c9e33bc7a03a06c2b87005bf297b1f140 Author: Arto Jantunen <vi...@ik...> Date: 2024-01-03 (Wed, 03 Jan 2024) Changed paths: M .github/workflows/test.yaml Log Message: ----------- Github-ci: Install test requirements Commit: 21b23a82b929b59573dd88a01216c2490ce10cbf https://github.com/pytrainer/pytrainer/commit/21b23a82b929b59573dd88a01216c2490ce10cbf Author: Arto Jantunen <vi...@ik...> Date: 2024-01-03 (Wed, 03 Jan 2024) Changed paths: M .github/workflows/test.yaml M pyproject.toml M setup.py Log Message: ----------- Replace tests_require with optional dependencies Commit: 6d6a119615b28daf6e493e304bd73610bc27c26f https://github.com/pytrainer/pytrainer/commit/6d6a119615b28daf6e493e304bd73610bc27c26f Author: Arto Jantunen <vi...@ik...> Date: 2024-01-03 (Wed, 03 Jan 2024) Changed paths: M INSTALL Log Message: ----------- Update INSTALL file to remove obviously outdated information Commit: e993e0b5a8a5af316a7d3d42fcf8dce3043bf204 https://github.com/pytrainer/pytrainer/commit/e993e0b5a8a5af316a7d3d42fcf8dce3043bf204 Author: Arto Jantunen <vi...@ik...> Date: 2024-01-05 (Fri, 05 Jan 2024) Changed paths: M .github/workflows/test.yaml M INSTALL M README.md A pyproject.toml M pytrainer/__init__.py M setup.py Log Message: ----------- Merge pull request #252 from viiru-/modernize-build Modernize build Compare: https://github.com/pytrainer/pytrainer/compare/0e9516894728...e993e0b5a8a5 |