Skip to content

Commit

Permalink
workaround for unicode bug in pip/setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Sep 1, 2013
1 parent b9daaf9 commit 953ebe9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
@@ -1,4 +1,3 @@
# coding=utf-8
import os
import re
from setuptools import setup
Expand All @@ -20,7 +19,7 @@ def get_version():
setup(
name='What',
version=get_version(),
author=u'Cenk Altı',
author='Cenk Alti',
author_email='cenkalti@gmail.com',
keywords='unittest process subprocess',
url='http://github.com/cenkalti/what',
Expand Down

0 comments on commit 953ebe9

Please sign in to comment.