--- pyproject.toml.orig 2026-07-07 03:15:45 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ requires = [ [build-system] requires = [ - "setuptools >= 77.0.0", # Support for SPDX license expressions + "setuptools >= 61.0.0", # Support for SPDX license expressions ] build-backend = "setuptools.build_meta" @@ -10,7 +10,7 @@ requires-python = ">=3.10" description = "Interact with a server using the SMB 2/3 Protocol" readme = "README.md" requires-python = ">=3.10" -license = "MIT" +license = {text = "MIT"} authors = [ { name = "Jordan Borean", email = "jborean93@gmail.com" } ]