summaryrefslogtreecommitdiffstats
path: root/setup.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove reference to test-requirements.txt that does not exist anymore.Diego Elio Pettenò2020-05-161-1/+0
|
* Move more setup() parameters in setup.cfg.Diego Elio Pettenò2020-05-161-0/+9
| | | | This leaves only very few parameters to setup(), one of which is calculated programmatically so cannot be moved at all.
* Fix mistake on content type variable.Diego Elio Pettenò2020-05-161-1/+1
|
* Make the project compliant with the REUSE guidelines.Diego Elio Pettenò2020-04-201-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.
* Add flake8 to configuration and pre-commit.Diego Elio Pettenò2020-03-261-0/+5
|
* Move static descriptions to `setup.cfg` simplifying `setup.py`.Diego Elio Pettenò2020-03-251-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.
* Move tests to be organized within the source directory.Diego Elio Pettenò2020-03-161-2/+0
| | | | | This should simplify maintaining the tests in the long run, and allows mypy to more thoroughly check for types.
* Use pytest to run testsMuhammad Kaisar Arkhan2017-12-301-0/+15
Closes https://github.com/Flameeyes/glucometerutils/issues/34