Skip to content

Commit 169e730

Browse files
committed
Fix typo 'zip_zafe' in setup.py
1 parent 7cd5e23 commit 169e730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
url='https://github.com/scrapy/w3lib',
1212
packages=find_packages(exclude=('tests', 'tests.*')),
1313
include_package_data=True,
14-
zip_zafe=False,
14+
zip_safe=False,
1515
platforms=['Any'],
1616
classifiers=[
1717
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)