Skip to content

Commit 5aac6fb

Browse files
committed
Mark package as typed
1 parent 24ac307 commit 5aac6fb

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = toltecmk
3-
version = 0.1.0
3+
version = 0.1.1
44
author = Mattéo Delabre
55
author_email = [email protected]
66
description = Build system used for the Toltec community repository
@@ -35,6 +35,9 @@ install_requires =
3535
pyelftools==0.27
3636
python_requires = >=3.9
3737

38+
[options.package_data]
39+
* = py.typed
40+
3841
[options.entry_points]
3942
console_scripts =
4043
toltecmk = toltec.__main__:main

toltec/hooks/py.typed

Whitespace-only changes.

toltec/py.typed

Whitespace-only changes.

toltec/recipe_parsers/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)