Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commiteccf3d6

Browse files
committed
setup.py: added zip_safe flag
1 parent7298742 commiteccf3d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@ def get_data_files(self):
7979
package_dir= {'async':''},
8080
ext_modules=[Extension('async.mod.zlib', ['mod/zlibmodule.c'])],
8181
license="BSD License",
82+
zip_safe=False,
8283
long_description="""Async is a framework to process interdependent tasks in a pool of workers"""
8384
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp