--- pyproject.toml.orig 2020-02-02 00:00:00 UTC +++ pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" dynamic = ["version"] description = 'Hatch plugin for versioning with your preferred VCS' readme = "README.md" -license = "MIT" +license = { text = "MIT" } requires-python = ">=3.9" keywords = [ "git", @@ -34,7 +34,7 @@ dependencies = [ ] dependencies = [ "hatchling>=1.1.0", - "setuptools-scm>=8.2.0", + "setuptools-scm>=8.0.0", ] [project.urls]