Skip to content

Commit 6bff331

Browse files
committed
tox: fix compatibility with version 3.28 in Debian
1 parent 73a2f16 commit 6bff331

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.1.11.dev0"
88
description = "plugable irc client library based on asyncio with DCC and SASL support"
99
readme = "README.rst"
1010
requires-python = ">=3.11"
11-
license = "MIT"
11+
license = { file = "LICENSE" }
1212
authors = [{ name = "Gael Pasgrimaud", email = "[email protected]" }]
1313
keywords = ["irc", "dcc", "asyncio"]
1414
classifiers = [

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
22
envlist = py311,py312,py313,flake8,docs
3+
isolated_build=true
34

45
[testenv]
56
skipsdist=true

0 commit comments

Comments
 (0)