Skip to content

Commit

Permalink
Add PEP-561 type-support marker (#152)
Browse files Browse the repository at this point in the history
This will tell mypy and other tooling that this package is typed and
that the types in this library (when present) should be used.
  • Loading branch information
nemacysts authored Dec 13, 2024
1 parent c87135c commit a8d7d6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
author='Yelp Compute Infrastructure Team',
author_email='[email protected]',
packages=find_packages(exclude=['tests', 'scripts']),
package_data={
'service_configuration_lib': ['py.typed'],
},
install_requires=[
'ephemeral-port-reserve >= 1.1.0',
'PyYAML >= 5.1',
Expand Down

0 comments on commit a8d7d6f

Please sign in to comment.