diff --git a/setup.cfg b/setup.cfg index e794f97..b81faa6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = toltecmk -version = 0.1.0 +version = 0.1.1 author = Mattéo Delabre author_email = spam@delab.re description = Build system used for the Toltec community repository @@ -35,6 +35,9 @@ install_requires = pyelftools==0.27 python_requires = >=3.9 +[options.package_data] +* = py.typed + [options.entry_points] console_scripts = toltecmk = toltec.__main__:main diff --git a/toltec/hooks/py.typed b/toltec/hooks/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/toltec/py.typed b/toltec/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/toltec/recipe_parsers/py.typed b/toltec/recipe_parsers/py.typed new file mode 100644 index 0000000..e69de29