Skip to content

Commit bbff0d6

Browse files
committed
Add build package as release won't work without it
1 parent 5770ac3 commit bbff0d6

File tree

2 files changed

+30
-484
lines changed

2 files changed

+30
-484
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ classifiers = [
2626
]
2727

2828
dependencies = [
29+
"build>=1.3.0",
2930
"deprecation>=2.1.0",
3031
"mypy>=1.17.1",
3132
"python-dotenv>=1.1.1",
3233
"ruff>=0.12.7",
3334
"setuptools>=80.9.0",
3435
"tox>=4.28.3",
35-
"twine>=6.1.0",
36-
"types-setuptools>=80.9.0.20250529",
3736
]
3837

3938
# TODO :(
@@ -54,14 +53,14 @@ indent-style = "space"
5453
line-ending = "auto"
5554

5655
[tool.ruff.lint]
56+
fixable = ["ALL"]
5757
select = [
5858
"F", # pyflakes
5959
"E", # pycodestyle
6060
"I", # isort
6161
"ANN", # flake8 type annotations
6262
"RUF", # ruff-specific rules
6363
]
64-
fixable = ["ALL"]
6564

6665
[tool.tox]
6766
# https://tox.wiki/en/latest/config.html#pyproject-toml-ini

0 commit comments

Comments
 (0)