Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-08-03 | Update minimum supported Python version to 3.9. | Diego Elio Pettenò | 1 | -1/+1 | |
2020-10-04 | Move pytest configuration to pyproject.toml. | Diego Elio Pettenò | 1 | -13/+0 | |
2020-10-04 | Add py.typed file to mark the package as typed. | Diego Elio Pettenò | 1 | -0/+3 | |
2020-10-04 | Move console_scripts definition to setup.cfg. | Diego Elio Pettenò | 1 | -0/+4 | |
2020-08-03 | Partially reformat setup.cfg with setup-cfg-fmt. | Diego Elio Pettenò | 1 | -21/+21 | |
The formatter drops comments, which is not good, and prevents it from being usable as a pre-commit check. | |||||
2020-05-16 | Remove reference to test-requirements.txt that does not exist anymore. | Diego Elio Pettenò | 1 | -1/+0 | |
2020-05-16 | Move more setup() parameters in setup.cfg. | Diego Elio Pettenò | 1 | -0/+9 | |
This leaves only very few parameters to setup(), one of which is calculated programmatically so cannot be moved at all. | |||||
2020-05-16 | Fix mistake on content type variable. | Diego Elio Pettenò | 1 | -1/+1 | |
2020-04-20 | Make the project compliant with the REUSE guidelines. | Diego Elio Pettenò | 1 | -0/+7 | |
See https://reuse.software/ for details. For simplicity, the support files, that are vastly copy-pasta, are licensed under MIT license, rather than LGPL-2.1-or-later. Note that `reuse lint` currently fails due to fsfe/reuse-tool#208. | |||||
2020-03-26 | Add flake8 to configuration and pre-commit. | Diego Elio Pettenò | 1 | -0/+5 | |
2020-03-25 | Move static descriptions to `setup.cfg` simplifying `setup.py`. | Diego Elio Pettenò | 1 | -0/+23 | |
This removes a number of fixed strings from the Python side of the setup, and prefers referencing the `README.md` file by name. | |||||
2020-03-16 | Move tests to be organized within the source directory. | Diego Elio Pettenò | 1 | -2/+0 | |
This should simplify maintaining the tests in the long run, and allows mypy to more thoroughly check for types. | |||||
2017-12-30 | Use pytest to run tests | Muhammad Kaisar Arkhan | 1 | -0/+15 | |
Closes https://github.com/Flameeyes/glucometerutils/issues/34 |