We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ac307 commit 5aac6fbCopy full SHA for 5aac6fb
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = toltecmk
3
-version = 0.1.0
+version = 0.1.1
4
author = Mattéo Delabre
5
author_email = [email protected]
6
description = Build system used for the Toltec community repository
@@ -35,6 +35,9 @@ install_requires =
35
pyelftools==0.27
36
python_requires = >=3.9
37
38
+[options.package_data]
39
+* = py.typed
40
+
41
[options.entry_points]
42
console_scripts =
43
toltecmk = toltec.__main__:main
toltec/hooks/py.typed
toltec/py.typed
toltec/recipe_parsers/py.typed
0 commit comments