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
commit6d96e20529058317355635849375bcc7043e1e46 (patch)
treec621cfbd06cfa6861a8e84fd62b1186b9e03b926
parent78c2dd74c1af59c15b6e7fe563c734cfe4b9a28a (diff)
downloadrsa-git-6d96e20529058317355635849375bcc7043e1e46.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");