Skip to content

Commit

Permalink
Add py.typed file (PEP 561)
Browse files Browse the repository at this point in the history
- See https://peps.python.org/pep-0561/
- Allows mypy to use this libraries typing information
- Was done in the context of https://git.knut.univention.de/univention/ucsschool-components/ui-users/-/issues/204
  • Loading branch information
jkoeniger committed Dec 9, 2022
1 parent a8c2e0e commit c3bb03f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
keywords="Univention UCS UCS@school REST",
name="kelvin-rest-api-client",
packages=["ucsschool.kelvin.client"],
package_data={"ucsschool.kelvin.client": ["py.typed"]},
install_requires=requirements,
# setup_requires=["pytest-runner"],
test_suite="tests",
Expand Down
Empty file.

0 comments on commit c3bb03f

Please sign in to comment.