https://github.com/ProgVal/Limnoria
Raw File
Tip revision: 181e34baf90a8cabc281e8349da6e36e1e558608 authored by Valentin Lorentz on 01 January 2022, 16:44:17 UTC
setup.py + CI: Remove support for Python 3.4 and 3.5
Tip revision: 181e34b
pyproject.toml
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 79

include = 'plugins/(Autocomplete|Fediverse|Poll)/.*\.pyi?$'
back to top