aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/py-vfblib/files/patch-pyproject.toml
blob: ac580a54b68b60d6dee0ecd086402e4f6663e7ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- pyproject.toml.orig	2025-04-09 11:40:14 UTC
+++ pyproject.toml
@@ -1,12 +1,10 @@
 [project]
-name = "vfbLib"
+name = "vfblib"
 dynamic = ["version"]
 description = "Tools for converting FontLab Studio 5 (VFB) files."
 keywords = ["vfb", "vfbLib", "fonttools"]
 
 readme = "README.md"
-license = "GPL-3.0-or-later"
-license-files = ["LICENSE"]
 
 authors = [{ name = "Jens Kutílek", email = "webmail@kutilek.de" }]
 classifiers = [
@@ -60,7 +59,7 @@ vfbdiff = "vfbLib.diff:diffvfb"
 # yuri = vfbLib.value:yuri
 
 [build-system]
-requires = ["setuptools>=78.0.2", "setuptools-scm[toml]>=6.2", "wheel"]
+requires = ["setuptools>=61", "setuptools-scm[toml]>=6.2", "wheel"]
 build-backend = "setuptools.build_meta"
 
 [tool.setuptools.package-data]