readthedocs-fr / bin-server

Un outil pour héberger des snippets de code et les partager via une URL.
https://bin.readthedocs.fr
MIT License
14 stars 15 forks source link

Switch to pyproject.toml? #154

Closed Mesteery closed 2 years ago

Julien00859 commented 3 years ago

The change would be trivial in the source code, what would not be trivial is to update every piece of documentation plus the CD pipeline to use build instead of python setup.py .... I'm not sure this repository would have an immediate benefit.

Mesteery commented 3 years ago

I thought it was easier. It would get rid of version.txt and have better changelog-types (release-please). But I could add these changelog-types to have a more complete changelog : [{"type":"feat","section":"Features"},{"type":"fix","section":"Bug Fixes"},{"type":"perf","section":"Performance Improvements"},{"type":"deps","section":"Dependencies"},{"type":"revert","section":"Reverts"},{"type":"docs","section":"Documentation"},{"type":"style","section":"Styles","hidden":true},{"type":"chore","section":"Miscellaneous Chores","hidden":true},{"type":"refactor","section":"Code Refactoring","hidden":true},{"type":"test","section":"Tests","hidden":true},{"type":"build","section":"Build System","hidden":true},{"type":"ci","section":"Continuous Integration","hidden":true}]