tardis4500 / BatCave

A useful collection of tools for writing Python programs.
MIT License
1 stars 0 forks source link

Update build tooling #65

Closed tardis4500 closed 11 months ago

tardis4500 commented 1 year ago

In GitLab by @arisilon on May 19, 2023, 11:01

The use of setup.py for builds is deprecated. Need to update to using pyproject.toml. Other tool configuration can be added there as well. (i.e. pylint, flake8, mypy.)