Skip to content

Commit dce5f7f

Browse files
committed
Add project info for PyPi
1 parent 80fe6d9 commit dce5f7f

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -38,7 +38,6 @@ jobs:
3838
- "3.12"
3939
- "3.11"
4040
- "3.10"
41-
- "3.9"
4241
os:
4342
- ubuntu-latest
4443
- macos-latest

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = 'textshape'
7-
version = "1.0.0"
7+
version = "1.0.0.post1"
88
requires-python = ">= 3.10"
99
dependencies = [
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]
1623
strict = true

0 commit comments

Comments
 (0)