--- 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]