Skip to content

Commit a8d7d6f

Browse files
authored
Add PEP-561 type-support marker (#152)
This will tell mypy and other tooling that this package is typed and that the types in this library (when present) should be used.
1 parent c87135c commit a8d7d6f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

service_configuration_lib/py.typed

Whitespace-only changes.

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
author='Yelp Compute Infrastructure Team',
2525
author_email='[email protected]',
2626
packages=find_packages(exclude=['tests', 'scripts']),
27+
package_data={
28+
'service_configuration_lib': ['py.typed'],
29+
},
2730
install_requires=[
2831
'ephemeral-port-reserve >= 1.1.0',
2932
'PyYAML >= 5.1',

0 commit comments

Comments
 (0)