1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-10-18 09:40:16 -04:00
Commit Graph

5 Commits

Author SHA1 Message Date
a5dc322066 Removed invalid pyproject classifier 2024-09-23 17:09:43 -04:00
4b26e2b7f7 update to pyproject 2024-07-26 12:11:33 -04:00
f15974131c Eliminate need for PBR
This patch also removes the setup.cfg and replaces it with
the pyproject.toml.

This also renames the dev-requirements.txt to requirements-dev.txt

To install dev
pip install -e ".[dev]"
2024-05-18 11:19:07 -04:00
e175f77347 Use Gray instead of Black for code formatting.
The Black code formatter sucks with respect to function
declarations with a lot of params.  Completely unreadable.
2021-08-23 13:32:09 -04:00
231c15b1af Lots of fixes 2021-01-08 20:58:18 -05:00