Skip to content

Commit

Permalink
flake8 fix, refs #331
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 14, 2021
1 parent 73e214a commit adea5bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ def get_long_description():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
zip_safe=False, # For mypy and py.typed
# Needed to bundle py.typed so mypy can see it:
zip_safe=False,
)

0 comments on commit adea5bc

Please sign in to comment.