Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["flit_core >=3.8,<4"]
requires = ["flit_core >=3.12,<4"]
Comment thread
agronholm marked this conversation as resolved.
Outdated
build-backend = "flit_core.buildapi"

[project]
Expand Down Expand Up @@ -49,7 +49,6 @@ test = [

[tool.flit.sdist]
include = [
"LICENSE*",
"docs/**/*.py",
"docs/**/*.rst",
"docs/Makefile",
Expand Down
Loading