Skip to content

Commit

Permalink
fixed IOError: [Errno 2] No such file or directory: 'README.md'
Browse files Browse the repository at this point in the history
  • Loading branch information
niksite committed Jan 9, 2016
1 parent a79b78d commit 4e807b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="url-normalize",
version="1.3",
version="1.3.1",
author="Nikolay Panov",
author_email="[email protected]",
description="URL normalization for Python",
Expand Down
2 changes: 1 addition & 1 deletion url_normalize/url_normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"""

__license__ = "Python"
__version__ = 1.3
__version__ = "1.3.1"

import re
import unicodedata
Expand Down

0 comments on commit 4e807b3

Please sign in to comment.