aboutsummaryrefslogtreecommitdiff
path: root/net/py-pychromecast/files/patch-pyproject.toml
blob: 8095e8b9a4f9e93439d15af38f11a3d99e44fdc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- pyproject.toml.orig	2024-03-19 20:05:25 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.1"
 description  = "Python module to talk to Google Chromecast."
 readme       = "README.rst"