lbry-fdroid/p4a/pythonforandroid/recipes/sqlalchemy/zipsafe.patch
Akinwale Ariwodola 744cfaebc2 Initial commit
2017-08-13 02:24:00 +01:00

13 lines
407 B
Diff

diff --git a/setup.py b/setup.py
index 09b524c..1e65772 100644
--- a/setup.py
+++ b/setup.py
@@ -125,6 +125,7 @@ def run_setup(with_cext):
setup(name="SQLAlchemy",
version=VERSION,
description="Database Abstraction Library",
+ zip_safe=False,
author="Mike Bayer",
author_email="mike_mp@zzzcomputing.com",
url="http://www.sqlalchemy.org",