Skip to content

Commit

Permalink
Specify zip_safe for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosasko committed Jun 10, 2021
1 parent 7540690 commit 55b421f
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 @@ -57,5 +57,6 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
]
],
zip_safe=False,
)

0 comments on commit 55b421f

Please sign in to comment.