Skip to content

Commit 36367cc

Browse files
committed
newline: py.typed
1 parent 0812ef6 commit 36367cc

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

reddit_decider/py.typed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# https://www.python.org/dev/peps/pep-0561/#packaging-type-information
1+
# https://www.python.org/dev/peps/pep-0561/#packaging-type-information

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
"reddit-decider~=1.2.31",
2323
"typing_extensions>=3.10.0.0,<5.0",
2424
],
25-
package_data={
26-
"reddit_experiments": ["py.typed"],
27-
"reddit_decider": ["py.typed"]
28-
},
25+
package_data={"reddit_experiments": ["py.typed"], "reddit_decider": ["py.typed"]},
2926
zip_safe=True,
3027
classifiers=[
3128
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)