Skip to content

Commit 8a93691

Browse files
committed
Fix up pyproject.toml
1 parent 8c8bd91 commit 8a93691

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ build-backend = "setuptools.build_meta"
66
name = "semcache"
77
version = "0.1.0"
88
authors = [
9-
{name = "Sensoris", email = "contact@semcache.io"},
9+
{name = "Louis Cameron Booth", email = "contact@semcache.io"},
10+
{name = "Jacob Hedén Malm", email = "contact@semcache.io"},
1011
]
11-
description = "A Python library for the Semcache API "
12+
description = "A Python library for the Semcache API"
1213
readme = "README.md"
1314
license = {text = "MIT"}
1415
requires-python = ">=3.7"
@@ -57,7 +58,7 @@ where = ["src"]
5758
semcache = ["py.typed"]
5859

5960
[tool.mypy]
60-
python_version = "3.7"
61+
python_version = "3.8"
6162
warn_return_any = true
6263
warn_unused_configs = true
6364
disallow_untyped_defs = true

0 commit comments

Comments
 (0)