--- pyproject.toml.orig 2024-10-27 07:53:48 UTC +++ pyproject.toml @@ -1,9 +1,9 @@ [build-system] -requires = ["setuptools~=65.6", "wheel~=0.37.1"] +requires = ["setuptools>=61", "wheel>=0.37.1"] build-backend = "setuptools.build_meta" [project] -name = "PyChromecast" +name = "pychromecast" version = "14.0.5" description = "Python module to talk to Google Chromecast." readme = "README.rst"