summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* updatesWilliam Deegan2025-03-021-1/+1
|
* Merge pull request #4642 from Repiteo/remove-python-3.6William Deegan2024-11-161-2/+1
|\ | | | | Remove Python 3.6 support
| * Remove Python 3.6 supportThaddeus Crews2024-11-161-2/+1
| |
* | Integrate `from __future__ import annotations`Thaddeus Crews2024-11-161-0/+9
|/
* Ruff/Mypy: Update excludesThaddeus Crews2024-11-151-11/+20
|
* Switch scons build to use setuptools version hook [skip appveyor]Mats Wichmann2024-07-191-0/+3
| | | | | | | | | | | The stanza we used, still published in the Python packaging docs, is now considered the least desirable of the alternatives for keeping a "single package version", so update to a better one. Note there's what's considered a "better" one than this, but it requires Python 3.8 ("provisional" until 3.10) or a backport of importlib.metadata. Signed-off-by: Mats Wichmann <mats@linux.com>
* Minor cleanups in VariablesMats Wichmann2024-06-291-1/+4
| | | | | | | | Continuing the maintenance pass on Variables, these are some minor tweaks for a few checker niggles and fixing up a couple of docstrings. There is no functional change. Signed-off-by: Mats Wichmann <mats@linux.com>
* Merge branch 'master' into ruffWilliam Deegan2024-06-281-1/+1
|\
| * Semi-phony commit to see if AppVeyor triggersMats Wichmann2024-06-191-1/+1
| | | | | | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* | Replace `black`/`flake8` with `ruff`Thaddeus Crews2024-06-021-6/+25
|/
* Migrate `setup.cfg` logic to `pyproject.toml`Thaddeus Crews2024-05-261-3/+66
|
* Remove redundant wheel dep from pyproject.tomlMichał Górny2023-03-071-1/+1
| | | | | | | | | Remove the redundant `wheel` dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Split requirements filesMats Wichmann2022-08-041-0/+13
Update CI and other files that refer to them. While we're at it, switch to choco pkg winflexbison3 from winflexbison. Update RELEASE file and template as well, to eliminate possible confusion (not that any has been reported). Signed-off-by: Mats Wichmann <mats@linux.com>