File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Set up Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.11 '
19+ python-version : ' 3.10 '
2020 - name : Install build tool
2121 run : python -m pip install --upgrade build
2222 - name : Build sdist
3838 - " 3.12"
3939 - " 3.11"
4040 - " 3.10"
41- - " 3.9"
4241 os :
4342 - ubuntu-latest
4443 - macos-latest
Original file line number Diff line number Diff line change @@ -4,13 +4,20 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = ' textshape'
7- version = " 1.0.0"
7+ version = " 1.0.0.post1 "
88requires-python = " >= 3.10"
99dependencies = [
1010 " numpy>=2.0.0" ,
1111 " vharfbuzz>=0.3.1" ,
1212 " fonttools"
1313]
14+ description = " Hyper fast hyphenation for Python"
15+ authors = [
16+ {name = " Laurens Janssen" , email = " digi-deity@laurens.xyz" }
17+ ]
18+ urls = {Repository = " https://github.com/digi-deity/textshape" }
19+ license = {text = " Apache-2.0" }
20+ readme = " README.md"
1421
1522[tool .mypy ]
1623strict = true
You can’t perform that action at this time.
0 commit comments