forked from smihica/pyminizip
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request smihica#32 from veon82/fix_leading_slash_on_empty_…
…prefix Fix _compress(): don't add slash on filepath if prefix is an empty st…
- Loading branch information
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ def read(fname): | |
|
||
setup( | ||
name = 'pyminizip', | ||
version = '0.2.4', | ||
version = '0.2.4.1', | ||
description = 'A minizip wrapper - To create a password encrypted zip file in python.', | ||
author='Shin Aoyama', | ||
author_email = "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters