Skip to content

Commit adea5bc

Browse files
committed
flake8 fix, refs #331
1 parent 73e214a commit adea5bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@ def get_long_description():
6969
"Programming Language :: Python :: 3.9",
7070
"Programming Language :: Python :: 3.10",
7171
],
72-
zip_safe=False, # For mypy and py.typed
72+
# Needed to bundle py.typed so mypy can see it:
73+
zip_safe=False,
7374
)

0 commit comments

Comments
 (0)