Skip to content
Open
Changes from all 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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
build-backend = "hatchling.build"
requires = [
"hatch-vcs",
"hatchling>=1.26",
"hatchling>=1.27.0",
]

[project]
name = "iniconfig"
description = "brain-dead simple config-ini parsing"
readme = "README.rst"
license = "MIT"
license-files = ["LICENSE"]
authors = [
{ name = "Ronny Pfannschmidt", email = "[email protected]" },
{ name = "Holger Krekel", email = "[email protected]" },
Expand All @@ -18,7 +19,6 @@ requires-python = ">=3.8"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.