Fix encoding issues, esp. with CLI tool

This commit is contained in:
Jeremy Singer-Vine
2014-02-02 17:43:29 -05:00
parent f3f6a15fbd
commit 901b3095d4
4 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ if sys.version_info <= (2, 6):
setup(
name='compleat',
version='0.0.1',
version='0.0.2',
description="Fetch autocomplete suggestions from Google Search. Use responsibly. Not affiliated with Google.",
long_description="",
classifiers=[