Skip to content

Commit f8fc69a

Browse files
committed
Merge branch 'tim/py.typed' into 'master'
fix: Explicitly add py.typed in MANIFEST.in (setuptools issue) See merge request TankerHQ/sdk-python!285
2 parents 0661038 + fa4df70 commit f8fc69a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ include build_tanker.py
22
include cffi_src.c
33
include cffi_defs.h
44
include exported_symbols.*
5+
include tankersdk/py.typed
56
graft conan

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "tankersdk"
33
version = "0.0.0"
44
description = "Python client fo Tanker"
55
authors = [{ name = "Tanker team" }]
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.11"
77
dependencies = [
88
"cffi >= 1.13.2, < 2.0.0a0",
99
"attrs >= 19.3.0, < 20.0.0a0",
@@ -17,7 +17,7 @@ description = "Python client fo Tanker"
1717
authors = ["Tanker team"]
1818

1919
[tool.poetry.dependencies]
20-
python = "^3.10"
20+
python = "^3.11"
2121
cffi = "^1.13.2"
2222
attrs = "^19.3.0"
2323
typing_extensions = "^3.7.4"

0 commit comments

Comments
 (0)