Skip to content

Commit e5e1acb

Browse files
committed
Added zip_safe flag.
1 parent aff7c66 commit e5e1acb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Create a new DBUtils release:
33

44
* Check the documentation.
55

6-
* Run all tests in DBUtils/Testing.
6+
* Run all tests in DBUtils/Testing with Python version from 2.2 to 2.5.
77

88
* Update and check the Release Notes.
99

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
platforms=['any'],
4141
license='Open Software License',
4242
packages=['DBUtils', 'DBUtils.Examples', 'DBUtils.Testing'],
43-
package_data={'DBUtils': ['Docs/*']}
43+
package_data={'DBUtils': ['Docs/*']},
44+
zip_safe=1
4445
)

0 commit comments

Comments
 (0)