summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Sizemore <bpsizemore@gmail.com>2015-11-05 13:52:42 -0500
committerBrian Sizemore <bpsizemore@gmail.com>2015-11-05 13:52:42 -0500
commitfd69e6d6755a7394733eb603f7f01a69367e6acb (patch)
treec621cfbd06cfa6861a8e84fd62b1186b9e03b926
parent2d7fb60b989a6cd7f447f604f330d4f796d713e1 (diff)
downloadrsa-fd69e6d6755a7394733eb603f7f01a69367e6acb.tar.gz
added an encoding set. Lack thereof was causing setup.py to fail sometimes. https://www.python.org/dev/peps/pep-0263/
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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 <sybren@stuvel.eu>
#
# Licensed under the Apache License, Version 2.0 (the "License");