Skip to content

Commit

Permalink
Mark package as typed
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodelabre committed Sep 1, 2021
1 parent 24ac307 commit 5aac6fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = toltecmk
version = 0.1.0
version = 0.1.1
author = Mattéo Delabre
author_email = [email protected]
description = Build system used for the Toltec community repository
Expand Down Expand Up @@ -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
Empty file added toltec/hooks/py.typed
Empty file.
Empty file added toltec/py.typed
Empty file.
Empty file added toltec/recipe_parsers/py.typed
Empty file.

0 comments on commit 5aac6fb

Please sign in to comment.