--- pyproject.toml.orig 2025-10-06 19:11:24 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=77.0.3", "wheel"] +requires = ["setuptools>=61", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -10,7 +10,7 @@ requires-python = ">=3.9" description = "Microsoft Azure Identity Library for Python" keywords = ["azure", "azure sdk"] requires-python = ">=3.9" -license = "MIT" +license = {text = "MIT"} classifiers = [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python", @@ -47,4 +47,4 @@ verifytypes = true [tool.azure-sdk-build] pyright = false verifytypes = true -black = true \ No newline at end of file +black = true