mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
flake8 fix, refs #331
This commit is contained in:
parent
73e214a976
commit
adea5bc396
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -69,5 +69,6 @@ setup(
|
|||
"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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue