ports/astro/py-metpy/files/patch-pyproject.toml
Po-Chuan Hsieh a870edef75
astro/py-metpy: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2023-06-30 15:02:58 +08:00

11 lines
378 B
TOML

--- pyproject.toml.orig 2023-05-16 23:38:03 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools>=42", "wheel", "setuptools_scm
build-backend = "setuptools.build_meta"
[project]
-name = "MetPy"
+name = "metpy"
description = "Collection of tools for reading, visualizing and performing calculations with weather data."
readme = "README.md"
dynamic = ["version"]