summaryrefslogtreecommitdiff
path: root/net/py-pychromecast/files/patch-pyproject.toml
blob: ee1683617455b8fe45c53ba926e985abac837f53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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"