We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95632e2 commit 412d574Copy full SHA for 412d574
hhd.spec
@@ -1,6 +1,6 @@
1
Name: hhd
2
Version: 4.0.0
3
-Release: 2%{?dist}
+Release: 1%{?dist}
4
Summary: Handheld Daemon, a tool for configuring handheld devices.
5
6
License: LGPL-2.1-or-later
pyproject.toml
@@ -7,7 +7,7 @@ authors = [
7
description = "Handheld Daemon, a tool for configuring handheld devices."
8
readme = "readme.md"
9
requires-python = ">=3.10"
10
-license = "LGPL-2.1-or-later"
+license = {text = "LGPL-2.1-or-later"}
11
classifiers = [
12
"Programming Language :: Python :: 3.10",
13
"Programming Language :: Python :: 3.11",
0 commit comments