-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
22 lines (21 loc) · 924 Bytes
/
pyproject.toml
File metadata and controls
22 lines (21 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[project]
name = "Integrated_Code_Fire"
version = "0.0.14"
description = "Integrated Code 火 is a monospaced programming font with CJK languages. | 简化字 | 日本 | 한국인 | 香港 | 台灣"
readme = "README.md"
authors = [{ name = "Hunter Hogan", email = "HunterHogan@pm.me" }]
license = "CC-BY-NC-4.0"
urls = { Donate = "https://www.patreon.com/integrated", Homepage = "https://github.com/hunterhogan/Integrated_Code_Fire", Issues = "https://github.com/hunterhogan/Integrated_Code_Fire/issues", Repository = "https://github.com/hunterhogan/Integrated_Code_Fire" }
requires-python = ">=3.14"
dependencies = [
"afdko>=5.0.0",
"fontmake[all]>=3.11.1",
"fonttools[ufo,unicode]>=4.61.1",
"glyphslib[colr,defcon,ufo-normalization]>=6.12.7",
"hunterMakesPy>=0.4.7",
"more-itertools>=10.8.0",
"tqdm>=4.67.3",
]
[build-system]
requires = ["uv_build>=0.10.0,<0.11.0"]
build-backend = "uv_build"