Skip to content

Commit aa287c1

Browse files
PEP 639 compliance (#2064)
1 parent f02963a commit aa287c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dynamic = ["version"]
99
description = "Modern, extensible Python build backend"
1010
readme = "README.md"
1111
license = "MIT"
12+
license-files = ["LICENSE.txt"]
1213
requires-python = ">=3.9"
1314
keywords = [
1415
"build",
@@ -21,7 +22,6 @@ authors = [
2122
classifiers = [
2223
"Development Status :: 5 - Production/Stable",
2324
"Intended Audience :: Developers",
24-
"License :: OSI Approved :: MIT License",
2525
"Natural Language :: English",
2626
"Operating System :: OS Independent",
2727
"Programming Language :: Python :: 3.9",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[build-system]
2-
requires = ["hatchling>=1.24.2", "hatch-vcs>=0.3.0"]
2+
requires = ["hatchling>=1.27", "hatch-vcs>=0.3.0"]
33
build-backend = "hatchling.build"
44

55
[project]
66
name = "hatch"
77
description = "Modern, extensible Python project management"
88
readme = "README.md"
99
license = "MIT"
10+
license-files = ["LICENSE.txt"]
1011
requires-python = ">=3.9"
1112
keywords = [
1213
"build",
@@ -25,7 +26,6 @@ authors = [
2526
classifiers = [
2627
"Development Status :: 5 - Production/Stable",
2728
"Intended Audience :: Developers",
28-
"License :: OSI Approved :: MIT License",
2929
"Natural Language :: English",
3030
"Operating System :: OS Independent",
3131
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)