diff --git a/pyproject.toml b/pyproject.toml index 3a471bb..e1674c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ build-backend = "hatchling.build" requires = [ "hatch-vcs", - "hatchling", + "hatchling>=1.27", ] [project] @@ -12,14 +12,14 @@ readme = "README.md" keywords = [ "humanize time size", ] -license = { text = "MIT" } +license = "MIT" +license-files = [ "LICENSE" ] maintainers = [ { name = "Hugo van Kemenade" } ] authors = [ { name = "Jason Moiron", email = "jmoiron@jmoiron.net" } ] requires-python = ">=3.9" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only",