Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/net-mgmt/2ping/files/patch-pyproject.toml
46591 views
1
--- pyproject.toml.orig 2026-03-03 04:33:23 UTC
2
+++ pyproject.toml
3
@@ -13,7 +13,7 @@ requires-python = ">=3.6"
4
description = "2ping a bi-directional ping utility"
5
readme = "README.md"
6
requires-python = ">=3.6"
7
-license = "MPL-2.0"
8
+license = { text = "MPL-2.0" }
9
classifiers = [
10
"Development Status :: 5 - Production/Stable",
11
"Environment :: Console",
12
13