This commit is contained in:
2025-04-10 01:53:34 +02:00
parent 45346502c7
commit 032f11aee4
19 changed files with 606 additions and 1086 deletions

View File

@@ -1,29 +1,23 @@
[tool.poetry]
[project]
name = "glyphance"
version = "1.0.2"
version = "1.1.0"
description = ""
authors = ["Niccolo Borgioli <hi@nicco.io>"]
license = "MIT"
authors = [{ name = "Niccolo Borgioli", email = "hi@nicco.io" }]
requires-python = "~=3.13"
readme = "README.md"
homepage = "https://github.com/cupcakearmy/glyphance"
repository= "https://github.com/cupcakearmy/glyphance"
license = "MIT"
keywords = ["glyph", "subset", "optimiser", "typography", "utility"]
dependencies = [
"requests>=2.28.1,<3",
"jsonschema>=4.17.0,<5",
"click>=8.1.8,<9",
"pyyaml~=6.0",
"fonttools[ufo,unicode,woff]>=4.57.0",
]
[tool.poetry.scripts]
[project.urls]
Homepage = "https://github.com/cupcakearmy/glyphance"
Repository = "https://github.com/cupcakearmy/glyphance"
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.28.1"
fonttools = {extras = ["lxml", "ufo", "unicode", "woff"], version = "^4.38.0"}
jsonschema = "^4.17.0"
click = "^8.1.3"
pyyaml = "^6.0"
[tool.poetry.group.dev.dependencies]
mypy = "^0.991"
autopep8 = "^2.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.ruff.format]
quote-style = "single"