Christian Clauss
fd59f91d17
ruff: Minor optimizations of list comprehensions, x in set, etc.
2023-11-06 19:13:47 +06:00
Aarni Koskela
de6c4b09d7
Switch linting to ruff
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2023-11-06 12:43:14 +02:00
Hugo van Kemenade
5fb892a9e2
Move version from setup.py to pyproject.toml
2023-10-22 20:35:21 +03:00
Hugo van Kemenade
adc64336ab
Add space
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2023-10-22 11:07:33 -06:00
Hugo van Kemenade
430920e2a8
Move build config from setup.cfg to pyproject.toml
2023-10-21 22:37:28 +03:00
Hugo van Kemenade
73c2eb460d
Move tools config from setup.cfg to pyproject.toml
2023-10-21 16:23:40 +03:00
Michał Górny
d56fb2435d
Remove redundant wheel dep from pyproject.toml
...
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:
f7d30a9529
While Pillow uses a custom backend that modifies the `bdist_wheel`
method, it does not import `wheel` or use it in a way that would rely
on setuptools implementation details.
2023-07-02 04:13:02 +02:00
nulano
c1799627df
lint fixes
2023-06-24 16:13:38 +01:00
nulano
c068af7630
Merge remote-tracking branch 'upstream/main' into add-pyproject.toml
...
# Conflicts:
# pyproject.toml
2023-06-24 13:30:15 +01:00
Hugo van Kemenade
18960e8416
Use latest setuptools 67.8
2023-05-27 23:39:51 +03:00
Hugo van Kemenade
454dfcc1b4
Add minimal pyproject.toml
2023-05-27 23:39:48 +03:00
Andrew Murray
4f734d295f
Use --config-settings instead of deprecated --global-option
2023-05-20 15:38:36 +10:00