We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8bd91 commit 8a93691Copy full SHA for 8a93691
1 file changed
pyproject.toml
@@ -6,9 +6,10 @@ build-backend = "setuptools.build_meta"
6
name = "semcache"
7
version = "0.1.0"
8
authors = [
9
- {name = "Sensoris", email = "contact@semcache.io"},
+ {name = "Louis Cameron Booth", email = "contact@semcache.io"},
10
+ {name = "Jacob Hedén Malm", email = "contact@semcache.io"},
11
]
-description = "A Python library for the Semcache API "
12
+description = "A Python library for the Semcache API"
13
readme = "README.md"
14
license = {text = "MIT"}
15
requires-python = ">=3.7"
@@ -57,7 +58,7 @@ where = ["src"]
57
58
semcache = ["py.typed"]
59
60
[tool.mypy]
-python_version = "3.7"
61
+python_version = "3.8"
62
warn_return_any = true
63
warn_unused_configs = true
64
disallow_untyped_defs = true
0 commit comments