File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ dynamic = ["version"]
99description = " Modern, extensible Python build backend"
1010readme = " README.md"
1111license = " MIT"
12+ license-files = [" LICENSE.txt" ]
1213requires-python = " >=3.9"
1314keywords = [
1415 " build" ,
@@ -21,7 +22,6 @@ authors = [
2122classifiers = [
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" ,
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling>=1.24.2 " , " hatch-vcs>=0.3.0" ]
2+ requires = [" hatchling>=1.27 " , " hatch-vcs>=0.3.0" ]
33build-backend = " hatchling.build"
44
55[project ]
66name = " hatch"
77description = " Modern, extensible Python project management"
88readme = " README.md"
99license = " MIT"
10+ license-files = [" LICENSE.txt" ]
1011requires-python = " >=3.9"
1112keywords = [
1213 " build" ,
@@ -25,7 +26,6 @@ authors = [
2526classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments