File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22build-backend = " hatchling.build"
33requires = [
44 " hatch-vcs" ,
5- " hatchling" ,
5+ " hatchling>=1.27 " ,
66]
77
88[project ]
@@ -12,14 +12,14 @@ readme = "README.md"
1212keywords = [
1313 " humanize time size" ,
1414]
15- license = { text = " MIT" }
15+ license = " MIT"
16+ license-files = [ " LICENSE" ]
1617maintainers = [ { name = " Hugo van Kemenade" } ]
1718authors = [ { name = " Jason Moiron" , email = " jmoiron@jmoiron.net" } ]
1819requires-python = " >=3.9"
1920classifiers = [
2021 " Development Status :: 5 - Production/Stable" ,
2122 " Intended Audience :: Developers" ,
22- " License :: OSI Approved :: MIT License" ,
2323 " Operating System :: OS Independent" ,
2424 " Programming Language :: Python" ,
2525 " Programming Language :: Python :: 3 :: Only" ,
You can’t perform that action at this time.
0 commit comments