summaryrefslogtreecommitdiffstats
path: root/pyproject.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use setuptools_scm to handle the packaging and versioning.Diego Elio Pettenò2020-03-251-0/+9
|
* Increase minimum supported Python version to 3.7.Diego Elio Pettenò2020-03-231-1/+1
| | | | This simplifies compatibility with usbmon-tools for the reversing tools, and will allow converting all the type annotations inline, which is less intrusive.
* add configuration for pre-commit, black and isortBen2020-03-081-0/+29