Skip to content

Commit da8baa5

Browse files
authored
feat: the package is now typed (#265)
See https://peps.python.org/pep-0561/
1 parent bc8316f commit da8baa5

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ include CONTRIBUTING.rst
33
include LICENSE
44
include README.md
55

6+
include hcloud/py.typed
7+
68
recursive-include tests *
79
recursive-exclude * __pycache__
810
recursive-exclude * *.py[co]

hcloud/py.typed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Marker file for PEP 561.

0 commit comments

Comments
 (0)