mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
14 lines
429 B
TOML
14 lines
429 B
TOML
--- 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"
|