From fd69e6d6755a7394733eb603f7f01a69367e6acb Mon Sep 17 00:00:00 2001 From: Brian Sizemore Date: Thu, 5 Nov 2015 13:52:42 -0500 Subject: added an encoding set. Lack thereof was causing setup.py to fail sometimes. https://www.python.org/dev/peps/pep-0263/ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 75b2fe7..bd14b21 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# +# -*- coding: utf-8 -*- # Copyright 2011 Sybren A. Stüvel # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.1