We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83aa56e commit 8db0895Copy full SHA for 8db0895
.github/workflows/run_tests.yml
@@ -42,6 +42,7 @@ jobs:
42
python -m pip install --upgrade pip
43
python -m pip install setuptools>=61.0
44
python -m pip install -r requirements.txt
45
+ python -m pip install opentype-sanitizer
46
47
- name: Download OTS source
48
run: |
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = "pyots"
7
description = "Python wrapper for ot-sanitizer"
8
readme = "README.md"
9
-license = {text = "BSD-3-Clause"}
+license = "BSD-3-Clause"
10
authors = [
11
{name = "Adobe Type team & friends", email = "afdko@adobe.com"}
12
]
0 commit comments