Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
11 stars 0 forks source link

Move to pyproject.toml #38

Closed m4wh6k closed 1 year ago

m4wh6k commented 1 year ago

What and why?

This moves the package away from using a setup.cfg to using just a pyproject.toml. This is done because pyproject.toml is the new standard, and it simplifies the repo a bit by removing a couple files. This change attempts to be 1:1 to with the former configuration without introducing anything new.

How was this tested?

Tested locally by installing the package and confirming boardwalk version outputs things properly, and the server runs normally visually, and while running boardwalk check

Checklist